Add a hole into an existing shape. Links of the hole.
Add a hole into an existing shape. Links of the hole.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void AddHole(
	Link[] links
)
Visual Basic
Public Sub AddHole ( _
	links As Link() _
)
Visual C++
public:
void AddHole(
	array<Link^>^ links
)

Parameters

links
Type: array<Autodesk.Civil.DatabaseServices..::..Link>[]()[][]

See Also