AGI STK Objects 11 Send comments on this topic.
X Property (IAgVOOffsetRotate)
See Also 





Description

Rotation about the X axis. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property X() As System.Object

[C#]
public System.Object X {get; set;}

[Managed C++]
public: __property VARIANT get_X();
public: __property void set_X(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_X(
VARIANT * pRetVal
);
public: HRESULT put_X(
VARIANT NewX
);

[Java]
public Variant getX();public void setX(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1