STK ObjectsSend comments on this topic.
IsElevationTypeSupported Method (IAgVeGfxSwath)
See Also
Elevation
Windows





Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[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:

Parameters

Elevation

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.