CircularString.Item

CircularString indexer

获取或设置指定索引处的 IPoint

public IPoint this[int index] { get; set; }
参数描述
索引索引。

Property Value

IPoint

异常

异常条件
ArgumentOutOfRangeException索引超出范围。
ArgumentNullException值为 null
ArgumentException点为空。
ArgumentException此几何体的SpatialReferenceSystem和参数的SpatialReferenceSystem均不为 null,且彼此不相等。

另见