semiMinorAxis property
The length of the shorter of the two axes of the ellipse upon which this arc is based.
The semi-minor axis always lies on the line between PI/2 and 3*PI/2 radians.
The length is in the units of the spatial reference.
Implementation
double get semiMinorAxis {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_EllipticArcSegment_getSemiMinorAxis(
_handle, errorHandler);
});
}