ArcObjects Library Reference (Geometry)  

IEllipticArc.Complement Method

Changes this ellipse into its complement; 'from' and 'to' points are unchanged.

[Visual Basic .NET]
Public Sub Complement ( _
)
[C#]
public void Complement (
);
[C++]
HRESULT Complement(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The Complement of an EllipticArc is the EllipticArc between the ToPoint and the FromPoint of the original EllipticArc that creates a full ellipse when combined with the original EllipticArc.  The Complement maintains the same FromPoint and ToPoint as the original EllipticArc, but has the different IsMinor and IsCounterClockwise values.

Remarks

 

Complement Example

See Also

IEllipticArc Interface