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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopLatitude() As Double
[C#]
public double StopLatitude {get; set;}
[Managed C++]
public: __property double get_StopLatitude();
public: __property void set_StopLatitude( double );
[Unmanaged C++]
public: HRESULT get_StopLatitude(
    double * pVal
);
public: HRESULT put_StopLatitude(
    double StopLatitude
);
[Java]
public double getStopLatitude();
public void setStopLatitude(
    double
);
[Python - STK API ]
@property
def StopLatitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.