CADability dotNET
Gets the hole with the specified index. The original border is returned. Do not modify this or the simple shape might become invalid. If you need to modify it, make a clone first.

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

Syntax

C#
public Border Hole(
	int Index
)
Visual Basic
Public Function Hole ( _
	Index As Integer _
) As Border
Visual C++
public:
Border^ Hole(
	int Index
)

Parameters

Index
Type: System..::..Int32

Return Value

See Also