AGI STK Objects 11 Send comments on this topic.
StopLongitude Property (IAgCvBoundsLatLine)
See Also 





Description

Longitude at which the latitude line ends. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopLongitude() As System.Object

[C#]
public System.Object StopLongitude {get; set;}

[Managed C++]
public: __property VARIANT get_StopLongitude();
public: __property void set_StopLongitude(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_StopLongitude(
VARIANT * pRetVal
);
public: HRESULT put_StopLongitude(
VARIANT NewStopLongitude
);

[Java]
public Variant getStopLongitude();public void setStopLongitude(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1