Gets or sets the start angle for this mathematical circular Arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property StartAngle As System.Double |
C# | |
---|
System.double StartAngle {get; set;} |
JavaScript | |
---|
get_StartAngle () : Number
put_StartAngle (
NewVal : Number
)
|
COM native C++ | |
---|
HRESULT get_StartAngle(
DOUBLE* Val
)
HRESULT put_StartAngle(
DOUBLE NewVal |
C++ | |
---|
DSRESULT get_StartAngle (
double* Val
)
DSRESULT put_StartAngle(
double NewVal
) |
Property Value
Start angle for this mathematical circular Arc
See Also
Availability
DraftSight V1R5.0