MinorRadius Property (IMathEllipArc) Send Feedback
See Also 
Gets or sets the minor radius of this mathematical elliptical Arc.

Syntax

Visual Basic 
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 the IMathEllipArc examples.

See Also

Availability

DraftSight V1R5.0