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