STK ObjectsSend comments on this topic.
MinLon Property (IAgAccessCnstrZone)
See Also
Windows





Windows & Linux

Description

Minimum Longitude value. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinLon() As System.Object
[C#]
public System.Object MinLon {get; set;}
[Managed C++]
public: __property VARIANT get_MinLon();
public: __property void set_MinLon( VARIANT );
[Unmanaged C++]
public: HRESULT get_MinLon(
    VARIANT * pVal
);
public: HRESULT put_MinLon(
    VARIANT pVal
);
[Java]
public AgVariant getMinLon();
public void setMinLon(
    AgVariant
);
[Python - STK API ]
@property
def MinLon(self) -> typing.Any:

@MinLon.setter
def MinLon(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.