AGI STK VGT 11 Send comments on this topic.
Latitude Property (IAgCrdnLLAPosition)
See Also 





Description

Specify a latitude angle.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Latitude();
public: __property void set_Latitude(
double
);

[Unmanaged C++]
public: HRESULT get_Latitude(
double * pRetVal
);
public: HRESULT put_Latitude(
double NewLatitude
);

[Java]
public double getLatitude();public void setLatitude(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1