STK ObjectsSend comments on this topic.
GeometryTileOriginLongitude Property (IAgWirelessInSite64GeometryData)
See Also
Windows





Windows & Linux

Description

Gets or sets the geometry tile origin longitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GeometryTileOriginLongitude() As System.Object
[C#]
public System.Object GeometryTileOriginLongitude {get; set;}
[Managed C++]
public: __property VARIANT get_GeometryTileOriginLongitude();
public: __property void set_GeometryTileOriginLongitude( VARIANT );
[Unmanaged C++]
public: HRESULT get_GeometryTileOriginLongitude(
    VARIANT * pVal
);
public: HRESULT put_GeometryTileOriginLongitude(
    VARIANT val
);
[Java]
public AgVariant getGeometryTileOriginLongitude();
public void setGeometryTileOriginLongitude(
    AgVariant
);
[Python - STK API ]
@property
def GeometryTileOriginLongitude(self) -> typing.Any:

@GeometryTileOriginLongitude.setter
def GeometryTileOriginLongitude(self, val:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.