AGI STK Objects 11 Send comments on this topic.
MinLongitude Property (IAgCvBoundsLatLonRegion)
See Also 





Description

Minimum longitude for defining a grid using lat-lon region. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinLongitude() As System.Object

[C#]
public System.Object MinLongitude {get; set;}

[Managed C++]
public: __property VARIANT get_MinLongitude();
public: __property void set_MinLongitude(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_MinLongitude(
VARIANT * pRetVal
);
public: HRESULT put_MinLongitude(
VARIANT NewMinLongitude
);

[Java]
public Variant getMinLongitude();public void setMinLongitude(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1