Gets or sets the major radius of this mathematical elliptical Arc.
Syntax
| Visual Basic | |
|---|
Property MajorRadius As System.Double |
| C# | |
|---|
System.double MajorRadius {get; set;} |
| JavaScript | |
|---|
get_MajorRadius () : Number
put_MajorRadius (
NewVal : Number
)
|
| COM native C++ | |
|---|
HRESULT get_MajorRadius(
DOUBLE* Val
)
HRESULT put_MajorRadius(
DOUBLE NewVal |
| C++ | |
|---|
DSRESULT get_MajorRadius (
double* Val
)
DSRESULT put_MajorRadius(
double NewVal
) |
Property Value
Major radius of this mathematical elliptical Arc
Example
See Also
Availability
DraftSight V1R5.0