Add a link using the default Normal display mode.

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

Syntax

C#
public Link Add(
	IPoint[] points,
	string code
)
Visual Basic
Public Function Add ( _
	points As IPoint(), _
	code As String _
) As Link
Visual C++
public:
Link^ Add(
	array<IPoint^>^ points, 
	String^ code
)

Parameters

points
Type: array<Autodesk.Civil.DatabaseServices..::..IPoint>[]()[][]
Points of the link.
code
Type: System..::..String
The code of the link.

Return Value

The link added.

See Also