STK ObjectsSend comments on this topic.
MagneticNorthPoleLatitude Property (IAgRFEnvironment)
See Also
Windows





Windows & Linux

Description

Gets or sets magnetic north pole latitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MagneticNorthPoleLatitude() As Double
[C#]
public double MagneticNorthPoleLatitude {get; set;}
[Managed C++]
public: __property double get_MagneticNorthPoleLatitude();
public: __property void set_MagneticNorthPoleLatitude( double );
[Unmanaged C++]
public: HRESULT get_MagneticNorthPoleLatitude(
    double * pVal
);
public: HRESULT put_MagneticNorthPoleLatitude(
    double val
);
[Java]
public double getMagneticNorthPoleLatitude();
public void setMagneticNorthPoleLatitude(
    double
);
[Python - STK API ]
@property
def MagneticNorthPoleLatitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.