AGI STK Objects 11 Send comments on this topic.
Longitude Property (IAgVeBreakAngleBreakByLongitude)
See Also 





Description

The value of the longitude crossing at which a new pass will begin. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Longitude() As Double

[C#]
public double Longitude {get; set;}

[Managed C++]
public: __property double get_Longitude();
public: __property void set_Longitude(
double
);

[Unmanaged C++]
public: HRESULT get_Longitude(
double * pRetVal
);
public: HRESULT put_Longitude(
double NewLongitude
);

[Java]
public double getLongitude();public void setLongitude(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1