Rotation Property (IDgnReference)
Gets or sets the angle by which to rotate this DGN reference.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Rotation As System.Double |
C# | |
---|
System.double Rotation {get; set;} |
JavaScript | |
---|
get_Rotation () : Number
put_Rotation (
NewVal : Number
)
|
COM native C++ | |
---|
HRESULT get_Rotation(
DOUBLE* Val
)
HRESULT put_Rotation(
DOUBLE NewVal |
C++ | |
---|
DSRESULT get_Rotation (
double* Val
)
DSRESULT put_Rotation(
double NewVal
) |
Property Value
Rotation angle
See Also
Availability
DraftSight 2020 SP0