This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPTopologyMembership Interface > IGPTopologyMembership.XYRank Property (ArcObjects .NET 10.5 SDK) |
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