AGI STK Objects 11 Send comments on this topic.
GeometryTileOriginLongitude Property (IAgWirelessInSiteRTGeometryData)
See Also 





Description

Gets or set 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 * pRetVal
);
public: HRESULT put_GeometryTileOriginLongitude(
VARIANT NewGeometryTileOriginLongitude
);

[Java]
public Variant getGeometryTileOriginLongitude();public void setGeometryTileOriginLongitude(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1