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





Description

Rotation about the Y axis. Uses Angle Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property VARIANT get_Y();
public: __property void set_Y(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Y(
VARIANT * pRetVal
);
public: HRESULT put_Y(
VARIANT NewY
);

[Java]
public Variant getY();public void setY(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1