CADability dotNET
Returns all holes of this simple shape in an array. You may modify the array since it is a clone of the holes array in this object. But you may not modify the individual holes.

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

Syntax

C#
public Border[] Holes { get; }
Visual Basic
Public ReadOnly Property Holes As Border()
	Get
Visual C++
public:
property array<Border^>^ Holes {
	array<Border^>^ get ();
}

See Also