This document is archived and information here might be outdated.  Recommended version.


ITopologyClass.ZRank Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyClass Interface > ITopologyClass.ZRank Property
ArcGIS Developer Help

ITopologyClass.ZRank Property

The Z rank of the class in the topology.

[Visual Basic .NET]
Public ReadOnly Property ZRank As Integer
[C#]
public int ZRank {get;}
[C++]
HRESULT get_ZRank(
  System.Int32* ZRank
);
[C++]
Parameters
ZRank [out, retval]

ZRank is a parameter of type long*

Product Availability

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

Remarks

The ZRank of a feature class in the topology is a long between 1 and 50.  It represents the relative accuracy of the features in the feature class with respect to their surrounding features.  If a feature class is not Z aware it will return a ZRank of zero.

See Also

ITopologyClass Interface