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
Name | Description |
---|---|
Count { get; } | Gets the number of curves in the ICompoundCurve . |
Item { get; } | Gets the ICurve at the specified index. |
Methods
Name | Description |
---|---|
ToEditable() | Gets an editable copy of this geometry. |
See Also
- interface ICurve
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS