Get the elements of the selected coordinate type.
Read-only property
[Visual Basic .NET] |
---|
Public Property Element() As IAgVAElement |
[C#] |
---|
public IAgVAElement Element {get;} |
[Managed C++] |
---|
public: __property IAgVAElement ^ get_Element(); |
[Unmanaged C++] |
---|
public: HRESULT get_Element( IAgVAElement ** ppVAElement ); |
[Java] |
---|
public IAgVAElement getElement(); |
[Python - STK API ] |
---|
@property def Element(self) -> "IAgVAElement": |