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 code, CorridorLinkDisplay displayMode )
VB
Public Function Add ( points As IPoint(), code As String, displayMode As CorridorLinkDisplay ) As Link
C++
public: Link^ Add( array<IPoint^>^ points, String^ code, CorridorLinkDisplay displayMode )
Parameters
- points IPoint
- Points of the link.
- code String
- The code of the link.
- displayMode CorridorLinkDisplay
- How to draw the link (solid, dashed, with/without arrowhead).
Return Value
LinkThe link added.