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


IRepresentationRules.Index Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentationRules Interface > IRepresentationRules.Index Property
ArcGIS Developer Help

IRepresentationRules.Index Property

Index of a representation rule indicated by its ID.

[Visual Basic .NET]
Public Function get_Index ( _
    ByVal ID As Integer _
) As Integer
[Visual Basic .NET]
Public Sub set_Index ( _
    ByVal ID As Integer, _
    ByVal Index As Integer _
)
[C#]
public int get_Index (
    int ID
);
[C#]
public void set_Index (
    int ID,
    int Index
);
[C++]
HRESULT get_Index(
  long ID,
  System.Int32* Index
);
[C++]
HRESULT put_Index(
  long ID,
  long Index
);
[C++]
Parameters
ID [in]

ID is a parameter of type long Index [out, retval]
Index is a parameter of type long* ID [in]
ID is a parameter of type long Index [in]
Index is a parameter of type long

Product Availability

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

See Also

IRepresentationRules Interface