Add a shape. In most cases, a shape is defined by 4 links.

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

Syntax

C#
public Shape Add(
	Link link1,
	Link link2,
	Link link3,
	Link link4,
	string code
)
Visual Basic
Public Function Add ( _
	link1 As Link, _
	link2 As Link, _
	link3 As Link, _
	link4 As Link, _
	code As String _
) As Shape
Visual C++
public:
Shape^ Add(
	Link^ link1, 
	Link^ link2, 
	Link^ link3, 
	Link^ link4, 
	String^ code
)

Parameters

link1
Type: Autodesk.Civil.DatabaseServices..::..Link
First link of the shape.
link2
Type: Autodesk.Civil.DatabaseServices..::..Link
Second link of the shape.
link3
Type: Autodesk.Civil.DatabaseServices..::..Link
Third link of the shape.
link4
Type: Autodesk.Civil.DatabaseServices..::..Link
Fourth link of the shape.
code
Type: System..::..String
The code of the shape.

See Also