GetBaseAngle Method (IDocument) Send Feedback
See Also  Example
Angle[out]
Base angle in radians
Clockwise[out]
True if the base angle is increased in the clockwise direction, false if not
Gets the base angle for the document.

Syntax

Visual Basic 
Sub GetBaseAngle( _
   ByRef Angle As System.Double, _
   ByRef Clockwise As System.Boolean _
) 
C# 
void GetBaseAngle( 
   out System.double Angle,
   out System.bool Clockwise
)
JavaScript 
GetBaseAngle(
) : {
   Angle : Number,
   Clockwise : Boolean
}
COM native C++ 
HRESULT GetBaseAngle( 
   DOUBLE* Angle,
   VARIANT_BOOL* Clockwise
) 
C++ 
DSRESULT GetBaseAngle( 
   double* Angle,
   bool* Clockwise
) 

Parameters

Angle[out]
Base angle in radians
Clockwise[out] or Return Value
True if the base angle is increased in the clockwise direction, false if not

Example

 

See Also

Availability

DraftSight V1R1