Share

LinkCollection.Add(IPoint[], String) Method

Add a link using the default Normal display mode.



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

Syntax

C#

public Link Add(
	IPoint[] points,
	string code
)

VB

Public Function Add ( 
	points As IPoint(),
	code As String
) As Link

C++

public:
Link^ Add(
	array<IPoint^>^ points, 
	String^ code
)

Parameters

points  IPoint
Points of the link.
code  String
The code of the link.

Return Value

Link
The link added.

See Also

Reference

Was this information helpful?