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





Windows & Linux

Description

Method to set the elevation type.

Syntax

[Visual Basic .NET]
Public Sub SetElevationType( _
    ByVal Elevation As AgEVeGfxElevation _
)
[C#]
public void SetElevationType(
    AgEVeGfxElevation Elevation
);
[Managed C++]
public: void SetElevationType(
    AgEVeGfxElevation Elevation
);
[Unmanaged C++]
public: HRESULT SetElevationType(
    AgEVeGfxElevation Elevation
);
[Java]
public void setElevationType(
    AgEVeGfxElevation Elevation
);
[Python - STK API ]
def SetElevationType(self, Elevation:"AgEVeGfxElevation") -> None:

Parameters

Elevation

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.