STK ObjectsSend comments on this topic.
Lon Property (IAgAreaTypePattern)
See Also
Windows





Windows & Linux

Description

Longitude of a point used in defining an area target as a pattern. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Lon() As System.Object
[C#]
public System.Object Lon {get; set;}
[Managed C++]
public: __property VARIANT get_Lon();
public: __property void set_Lon( VARIANT );
[Unmanaged C++]
public: HRESULT get_Lon(
    VARIANT * pLon
);
public: HRESULT put_Lon(
    VARIANT pLon
);
[Java]
public AgVariant getLon();
public void setLon(
    AgVariant
);
[Python - STK API ]
@property
def Lon(self) -> typing.Any:

@Lon.setter
def Lon(self, pLon:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.