This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPTopologyMembership Interface > IGPTopologyMembership.ZRank Property (ArcObjects .NET 10.4 SDK) |
The ZRank of the feature class in the topology.
[Visual Basic .NET] Public Property ZRank As Integer
[C#] public int ZRank {get; set;}
[C++]
HRESULT get_ZRank(
long* ZRank
);
[C++]
HRESULT put_ZRank(
long ZRank
);
[C++]
Parameters ZRank [out, retval] ZRank is a parameter of type long ZRank [in] ZRank is a parameter of type long