AGI STK Objects 11 Send comments on this topic.
MaxLon Property (IAgAccessCnstrZone)
See Also 





Description

Maximum Longitude value. Uses Longitude Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property VARIANT get_MaxLon();
public: __property void set_MaxLon(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_MaxLon(
VARIANT * pRetVal
);
public: HRESULT put_MaxLon(
VARIANT NewMaxLon
);

[Java]
public Variant getMaxLon();public void setMaxLon(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1