This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentationRules Interface > IRepresentationRules.Name Property (ArcObjects .NET 10.4 SDK) |
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,
BSTR* 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