STK ObjectsSend comments on this topic.
StartLatitude Property (IAgSpEnvMagFieldGfx)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_StartLatitude(
    double StartLatitude
);
[Java]
public double getStartLatitude();
public void setStartLatitude(
    double
);
[Python - STK API ]
@property
def StartLatitude(self) -> float:

@StartLatitude.setter
def StartLatitude(self, StartLatitude:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.