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


IRepresentationRules.Name 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.Name Property
ArcGIS Developer Help

IRepresentationRules.Name Property

Name of a representation rule indicated by its ID.

[Visual Basic .NET]
Public Function get_Name ( _
    ByVal ID As Integer _
) As String
[Visual Basic .NET]
Public Sub set_Name ( _
    ByVal ID As Integer, _
    ByVal Name As String _
)
[C#]
public string get_Name (
    int ID
);
[C#]
public void set_Name (
    int ID,
    string Name
);
[C++]
HRESULT get_Name(
  long ID,
  System.String* Name
);
[C++]
HRESULT put_Name(
  long ID,
  BSTR Name
);
[C++]
Parameters
ID [in]

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

Product Availability

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

See Also

IRepresentationRules Interface