Interface ICompoundCurve

ICompoundCurve interface

A curve that represents a sequence of contiguous curves such that adjacent curves are joined at their end points.

public interface ICompoundCurve : ICurve, IEnumerable<ICurve>, IEquatable<ICompoundCurve>

Properties

NameDescription
Count { get; }Gets the number of curves in the ICompoundCurve.
Item { get; }Gets the ICurve at the specified index.

Methods

NameDescription
ToEditable()Gets an editable copy of this geometry.

See Also