AGI STK Objects 11Send comments on this topic.
MaxLatitude Property (IAgCvBoundsLonLine)
See Also 
Windows






Windows & Linux

Description

Maximum latitude used to define the longitude line. Uses Latitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxLatitude() As System.Object
[C#]
public System.Object MaxLatitude {get; set;}
[Managed C++]
public: __property VARIANT get_MaxLatitude();
public: __property void set_MaxLatitude(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_MaxLatitude(
   VARIANT * pRetVal
);
public: HRESULT put_MaxLatitude(
   VARIANT NewMaxLatitude
);
[Java]
public Variant getMaxLatitude();
public void setMaxLatitude(
   Variant
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.