CircularString.Item
CircularString indexer
获取或设置指定索引处的 IPoint。
public IPoint this[int index] { get; set; }
| 参数 | 描述 |
|---|---|
| 索引 | 索引。 |
Property Value
该 IPoint。
异常
| 异常 | 条件 |
|---|---|
| ArgumentOutOfRangeException | 索引超出范围。 |
| ArgumentNullException | 值为 null。 |
| ArgumentException | 点为空。 |
| ArgumentException | 此几何体的SpatialReferenceSystem和参数的SpatialReferenceSystem均不为 null,且彼此不相等。 |
另见
- interface IPoint
- class CircularString
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS