Ground elevation, swath half width or vehicle half angle.
Read-only property
[Visual Basic .NET] |
---|
Public Property ElevationType() As AgEVeGfxElevation |
[C#] |
---|
public AgEVeGfxElevation ElevationType {get;} |
[Managed C++] |
---|
public: __property AgEVeGfxElevation get_ElevationType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ElevationType( AgEVeGfxElevation * pVal ); |
[Java] |
---|
public AgEVeGfxElevation getElevationType(); |
[Python - STK API ] |
---|
@property def ElevationType(self) -> "AgEVeGfxElevation": |