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





Windows & Linux

Description

Maximum Longitude value. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxLon() As System.Object
[C#]
public System.Object MaxLon {get; set;}
[Managed C++]
public: __property VARIANT get_MaxLon();
public: __property void set_MaxLon( VARIANT );
[Unmanaged C++]
public: HRESULT get_MaxLon(
    VARIANT * pVal
);
public: HRESULT put_MaxLon(
    VARIANT pVal
);
[Java]
public AgVariant getMaxLon();
public void setMaxLon(
    AgVariant
);
[Python - STK API ]
@property
def MaxLon(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.