Click or drag to resize

Triangle3dItem Property

Gets the point at specified index.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public Point3d this[
	int i
] { get; }

Parameters

i
Type: SystemInt32
Index of the point.

Return Value

Type: Point3d
The point at specified index..
Exceptions
ExceptionCondition
IndexOutOfRangeException IndexOutOfRangeException is thrown if index is lower than 0 or greater than 2.
See Also