CADability dotNET
Asks, whether the point with the given index may be deleted.

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

Syntax

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

Parameters

Index
Type: System..::..Int32
Index of the point

Return Value

See Also