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


ITopologyClass.XYRank Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITopologyClass.XYRank Property

The XY rank of the class in the topology.

[Visual Basic .NET]
Public ReadOnly Property XYRank As Integer
[C#]
public int XYRank {get;}
[C++]
HRESULT get_XYRank(
  long* XYRank
);
[C++]

Parameters XYRank [out, retval] XYRank is a parameter of type long

Product Availability

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

Remarks

The XYRank 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.

See Also

ITopologyClass Interface