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






Windows & Linux

Description

Minimum Latitude value. Uses Latitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinLat() As System.Object
[C#]
public System.Object MinLat {get; set;}
[Managed C++]
public: __property VARIANT get_MinLat();
public: __property void set_MinLat(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_MinLat(
   VARIANT * pRetVal
);
public: HRESULT put_MinLat(
   VARIANT NewMinLat
);
[Java]
public Variant getMinLat();public void setMinLat(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.