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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.