Get the coordinate type.
Read-only property
[Visual Basic .NET] |
---|
Public Property ElementType() As AgEVAElementType |
[C#] |
---|
public AgEVAElementType ElementType {get;} |
[Managed C++] |
---|
public: __property AgEVAElementType get_ElementType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ElementType( AgEVAElementType * pVal ); |
[Java] |
---|
public AgEVAElementType getElementType(); |
[Python - STK API ] |
---|
@property def ElementType(self) -> "AgEVAElementType": |