AGI STK VGT 11 Send comments on this topic.
CounterClockwiseRotation Property (IAgCrdnAngleDihedral)
See Also 
Windows






Windows & Linux

Description

Specify whether the rotation is counter-clockwise.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CounterClockwiseRotation() As Boolean

[C#]
public bool CounterClockwiseRotation {get; set;}

[Managed C++]
public: __property bool get_CounterClockwiseRotation();
public: __property void set_CounterClockwiseRotation(
bool
);

[Unmanaged C++]
public: HRESULT get_CounterClockwiseRotation(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_CounterClockwiseRotation(
VARIANT_BOOL NewCounterClockwiseRotation
);

[Java]
public bool getCounterClockwiseRotation();public void setCounterClockwiseRotation(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface