STK Graphics PrimitivesSend comments on this topic.
Rotation Property (IAgStkGraphicsSolidPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets the rotation applied to the solid before rendering.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Rotation() As IAgOrientation
[C#]
public IAgOrientation Rotation {get; set;}
[Managed C++]
public: __property IAgOrientation ^ get_Rotation();
public: __property void set_Rotation( IAgOrientation );
[Unmanaged C++]
public: HRESULT get_Rotation(
    IAgOrientation ** ppRetVal
);
public: HRESULT put_Rotation(
    IAgOrientation Rotation
);
[Java]
public IAgOrientation getRotation();
public void setRotation(
    IAgOrientation
);
[Python - STK API ]
@property
def Rotation(self) -> "IAgOrientation":

@Rotation.setter
def Rotation(self, Rotation:"IAgOrientation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.