Add Method (Link[], String[])

Add a shape.

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

Syntax

C#

public Shape Add(
	Link[] links,
	string[] codes
)

Visual Basic

Public Function Add ( _
	links As Link(), _
	codes As String() _
) As Shape

Visual C++

public:
Shape^ Add(
	array<Link^>^ links, 
	array<String^>^ codes
)

Parameters

links
Type: Autodesk.Civil.DatabaseServices.Link[]
Links of the shape.
codes
Type: System.String[]
The codes of the shape.

See Also