Obliquing Property (IShape)
Gets or sets the obliquing angle of the shape.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
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
See Also
Availability
DraftSight V1R4.0