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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1