Obliquing Property (IShape) Send Feedback
See Also  Example
Gets or sets the obliquing angle of the shape.

Syntax

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

Property Value

Obliquing angle (see Remarks)

Example

Remarks

The obliquing angle is the angle of slant from the shape's vertical.

See Also

Availability

DraftSight V1R4.0