CADability dotNET

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

Syntax

C#
bool IIndexedGeoPoint.MayInsert(
	int Index
)
Visual Basic
Private Function MayInsert ( _
	Index As Integer _
) As Boolean Implements IIndexedGeoPoint.MayInsert
Visual C++
private:
virtual bool MayInsert(
	int Index
) sealed = IIndexedGeoPoint::MayInsert

Parameters

Index
Type: System..::..Int32

Implements

IIndexedGeoPoint..::..MayInsert(Int32)

See Also