| ArcObjects Component Help (Core) |
|
IElementProperties2.Name Property
Name of the element.
[Visual Basic 6.0]
Property Name As String
[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
public: __property String* get_Name();
public: __property void set_Name(String* );