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