Rotation Property (IAttributeDefinition) Send Feedback
See Also 
Gets or sets the insertion angle of the BlockAttribute definition.

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

Value between 0° and 360° for the angle at which to insert the BlockAttribute definition (see Remarks)

Remarks

This type of value... Results in this type of rotation....
Positive Counter-clockwise
Negative Clockwise

See Also

Availability

DraftSight V1R2.0