AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_LatLon(
   VARIANT NewLatLon
);
[Java]
public Variant getLatLon();
public void setLatLon(
   Variant
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.