AGI STK VGT 11Send comments on this topic.
InitialOffset Property (IAgCrdnAxesSpinning)
See Also 
Windows






Windows & Linux

Description

Specify an additional rotational offset.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InitialOffset() As Double
[C#]
public double InitialOffset {get; set;}
[Managed C++]
public: __property double get_InitialOffset();
public: __property void set_InitialOffset(
   double
);
[Unmanaged C++]
public: HRESULT get_InitialOffset(
   double * pRetVal
);
public: HRESULT put_InitialOffset(
   double NewInitialOffset
);
[Java]
public double getInitialOffset();public void setInitialOffset(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.