STK ObjectsSend comments on this topic.
InitialOffsetAngle Property (IAgPointingStrategySpinning)
See Also
Windows





Windows & Linux

Description

Gets the initial offset angle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InitialOffsetAngle() As Double
[C#]
public double InitialOffsetAngle {get; set;}
[Managed C++]
public: __property double get_InitialOffsetAngle();
public: __property void set_InitialOffsetAngle( double );
[Unmanaged C++]
public: HRESULT get_InitialOffsetAngle(
    double * pRetVal
);
public: HRESULT put_InitialOffsetAngle(
    double initialOffsetAngle
);
[Java]
public double getInitialOffsetAngle();
public void setInitialOffsetAngle(
    double
);
[Python - STK API ]
@property
def InitialOffsetAngle(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.