SetBaseAngle Method (IDocument) Send Feedback
See Also  Example
Angle
Base angle in radians
Clockwise
True to increase the base angle in the clockwise direction, false to not
Sets the base angle for the document.

Syntax

Visual Basic 
Sub SetBaseAngle( _
   ByVal Angle As System.Double, _
   ByVal Clockwise As System.Boolean _
) 
C# 
void SetBaseAngle( 
   System.double Angle,
   System.bool Clockwise
)
JavaScript 
SetBaseAngle( 
   Angle : Number,
   Clockwise : Boolean
)
COM native C++ 
HRESULT SetBaseAngle( 
   DOUBLE Angle,
   VARIANT_BOOL Clockwise
) 
C++ 
DSRESULT SetBaseAngle( 
   double Angle,
   bool Clockwise
) 

Parameters

Angle
Base angle in radians
Clockwise
True to increase the base angle in the clockwise direction, false to not

Example

 

See Also

Availability

DraftSight V1R1