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






Windows & Linux

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 * pY
);
public: HRESULT put_Y(
    VARIANT vY
);
[Java]
public VARIANT getY();
public void setY(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.