LineString.Item

LineString indexer

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

public IPoint this[int index] { get; set; }
范围描述
index指数。

适当的价值

IPoint.

例外

例外(健康)状况
ArgumentOutOfRangeException索引超出范围。
ArgumentNullException价值是null.
ArgumentException点是空的。
ArgumentExceptionSpatialReferenceSystem这种几何和SpatialReferenceSystem的争论都不是null 并且彼此不相等。

也可以看看