Rotation Property (IBlockInstance) Send Feedback
See Also 
Gets or sets the angle by which to rotate the Block instance.

Syntax

Visual Basic 
Property Rotation As System.Double
C# 
System.double Rotation {get; set;}
JavaScript 
get_Rotation () : Number
put_Rotation (
   NewVal : Number
)
COM native C++ 
HRESULT get_Rotation(
   DOUBLE* Val
) 
HRESULT put_Rotation( 
   DOUBLE NewVal
C++ 
DSRESULT get_Rotation (
   double* Val
)
DSRESULT put_Rotation(
   double NewVal
)

Property Value

Angle by which to rotate the Block instance (see Remarks)

Remarks

Use a positive value to rotate the Block instance counterclockwise and a negative value to rotate the Block instance clockwise.

See Also

Availability

DraftSight V1R1.1