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






Windows & Linux

Description

Maximum Latitude. Uses Latitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxLat() As System.Object
[C#]
public System.Object MaxLat {get; set;}
[Managed C++]
public: __property VARIANT get_MaxLat();
public: __property void set_MaxLat(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_MaxLat(
   VARIANT * pRetVal
);
public: HRESULT put_MaxLat(
   VARIANT NewMaxLat
);
[Java]
public Variant getMaxLat();public void setMaxLat(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.