Angle Property (IAttributeInstance) Send Feedback
See Also 
Gets or sets the angle of the text for the BlockAttribute instance.

Syntax

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

Property Value

Angle of the text

See Also

Availability

DraftSight V1R5.0