Click or drag to resize

Triangle3dItem Property

Gets the point at specified index.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.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