Gets the initial offset angle.
Read-write property
[Visual Basic .NET] |
---|
Public Property InitialOffsetAngle() As Double |
[C#] |
---|
public double InitialOffsetAngle {get; set;} |
[Managed C++] |
---|
public: __property double get_InitialOffsetAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_InitialOffsetAngle( double * pRetVal ); public: HRESULT put_InitialOffsetAngle( double initialOffsetAngle ); |
[Java] |
---|
public double getInitialOffsetAngle(); public void setInitialOffsetAngle( double ); |