AGI STK Objects 11 Send comments on this topic.
LatLon Property (IAgCvResolutionLatLon)
See Also 





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 * pRetVal
);
public: HRESULT put_LatLon(
VARIANT NewLatLon
);

[Java]
public Variant getLatLon();public void setLatLon(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1