STK ObjectsSend comments on this topic.
SWLongitude Property (IAgTerrain)
See Also
Windows





Windows & Linux

Description

Longitude of the southwest corner of the terrain contained in the terrain data file. Uses Angle Dimension.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SWLongitude() As System.Object
[C#]
public System.Object SWLongitude {get;}
[Managed C++]
public: __property VARIANT get_SWLongitude();
[Unmanaged C++]
public: HRESULT get_SWLongitude(
    VARIANT * pVal
);
[Java]
public AgVariant getSWLongitude();
[Python - STK API ]
@property
def SWLongitude(self) -> typing.Any:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.