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





Windows & Linux

Description

Latitude of the northeast corner of the terrain contained in the terrain data file. Uses Angle Dimension.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.