ArcObjects Library Reference (GeoDatabase)  

IGPTopologyMembership.ZRank Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPTopologyMembership Interface