STK ObjectsSend comments on this topic.
LatLon Property (IAgCvResolutionLatLon)
See Also
Windows





Windows & Linux

Description

The latitude/longitude value used to define grid resolution. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LatLon() As System.Object
[C#]
public System.Object LatLon {get; set;}
[Managed C++]
public: __property VARIANT get_LatLon();
public: __property void set_LatLon( VARIANT );
[Unmanaged C++]
public: HRESULT get_LatLon(
    VARIANT * pVal
);
public: HRESULT put_LatLon(
    VARIANT LatLon
);
[Java]
public AgVariant getLatLon();
public void setLatLon(
    AgVariant
);
[Python - STK API ]
@property
def LatLon(self) -> typing.Any:

@LatLon.setter
def LatLon(self, LatLon:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.