Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsElevationTypeSupported( _ ByVal Elevation As AgEVeGfxElevation _ ) As Boolean |
[C#] |
---|
public bool IsElevationTypeSupported( AgEVeGfxElevation Elevation ); |
[Managed C++] |
---|
public: bool IsElevationTypeSupported( AgEVeGfxElevation Elevation ); |
[Unmanaged C++] |
---|
public: HRESULT IsElevationTypeSupported( AgEVeGfxElevation Elevation, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isElevationTypeSupported( AgEVeGfxElevation Elevation ); |
[Python - STK API ] |
---|
def IsElevationTypeSupported(self, Elevation:"AgEVeGfxElevation") -> bool: |
- Elevation