STK ObjectsSend 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 AgVariant getY();
public void setY(
    AgVariant
);
[Python - STK API ]
@property
def Y(self) -> typing.Any:

@Y.setter
def Y(self, vY:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.