AGI STK Objects 11 Send comments on this topic.
StartLatitude Property (IAgSpEnvMagFieldGfx)
See Also 





Description

Starting magnetic latitude field line to show. Uses Latitude Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_StartLatitude();
public: __property void set_StartLatitude(
double
);

[Unmanaged C++]
public: HRESULT get_StartLatitude(
double * pRetVal
);
public: HRESULT put_StartLatitude(
double NewStartLatitude
);

[Java]
public double getStartLatitude();public void setStartLatitude(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1