CADability dotNET
Asks, whether a point may be inserted before the given index.

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

Syntax

C#
bool MayInsert(
	int Index
)
Visual Basic
Function MayInsert ( _
	Index As Integer _
) As Boolean
Visual C++
bool MayInsert(
	int Index
)

Parameters

Index
Type: System..::..Int32
Index where insertion is requested, -1: append

Return Value

See Also