Share

LinkCollection.Add(IPoint[], String[], CorridorLinkDisplay) Method

Add a link.



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

Syntax

C#

public Link Add(
	IPoint[] points,
	string[] codes,
	CorridorLinkDisplay displayMode
)

VB

Public Function Add ( 
	points As IPoint(),
	codes As String(),
	displayMode As CorridorLinkDisplay
) As Link

C++

public:
Link^ Add(
	array<IPoint^>^ points, 
	array<String^>^ codes, 
	CorridorLinkDisplay displayMode
)

Parameters

points  IPoint
Points of the link.
codes  String
The codes of the link.
displayMode  CorridorLinkDisplay
Specifies how to draw the link (solid, dashed, with/without arrowhead).

Return Value

Link
The link added.

See Also

Reference

Was this information helpful?