CompoundCurve.Item
CompoundCurve indexer
Gets the ICurve at the specified index.
public ICurve this[int index] { get; }
| Parameter | Description |
|---|---|
| index | The index. |
Property Value
The ICurve.
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | Index is out of range. |
See Also
- interface ICurve
- class CompoundCurve
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS