ArcObjects Library Reference (GeoDatabase)  

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,
  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

Product Availability

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

See Also

IRepresentationRules Interface