Gets or sets the rotation applied to the solid before rendering.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Rotation() As IAgOrientation |
| [C#] |
|---|
public IAgOrientation Rotation {get; set;} |
| [Managed C++] |
|---|
public: __property IAgOrientation ^ get_Rotation(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgOrientation getRotation(); public void setRotation( IAgOrientation ); |
[Python - STK API ] |
|---|
@property def Rotation(self) -> "IAgOrientation": @Rotation.setter def Rotation(self, Rotation:"IAgOrientation") -> None: |






