ArcObjects Library Reference (GeoDatabase)  

IGPTopologyMembership.XYRank Property

The XYRank of the feature class in the topology.

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

Parameters

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

Product Availability

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

See Also

IGPTopologyMembership Interface