ProfileRotation Property (ISweep)
Gets or sets the profile rotation of this Sweep.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ProfileRotation As System.Double |
C# | |
---|
System.double ProfileRotation {get; set;} |
JavaScript | |
---|
get_ProfileRotation () : Number
put_ProfileRotation (
NewVal : Number
)
|
COM native C++ | |
---|
HRESULT get_ProfileRotation(
DOUBLE*Val
)
HRESULT put_ProfileRotation(
DOUBLENewVal |
C++ | |
---|
DSRESULT get_ProfileRotation (
double*Val
)
DSRESULT put_ProfileRotation(
doubleNewVal
) |
Property Value
Profile rotation
See Also
Availability
DraftSight 2020 SP0