AGI STK Objects 11Send 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 
[C#]
public bool IsElevationTypeSupported(
    AgEVeGfxElevation Elevation
);
[Managed C++]
public: bool IsElevationTypeSupported(
    AgEVeGfxElevation Elevation
);
[Java]
public bool isElevationTypeSupported(
    AgEVeGfxElevation Elevation
);
[Unmanaged C++]
public: HRESULT IsElevationTypeSupported(
    AgEVeGfxElevation Elevation,
    VARIANT_BOOL * pRetVal
);

Parameters

Elevation

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.