CADability dotNET

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public ICurve2D this[
	int Index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	Index As Integer _
) As ICurve2D
	Get
Visual C++
public:
property ICurve2D^ default[int Index] {
	ICurve2D^ get (int Index);
}

Parameters

Index
Type: System..::..Int32

See Also