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 * pVal
);
public: HRESULT put_MaxLat(
    VARIANT pVal
);
[Java]
public VARIANT getMaxLat();
public void setMaxLat(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.