ShapeCollectionAdd(Link, Link, Link, Link, String) Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Shape Add(
	Link link1,
	Link link2,
	Link link3,
	Link link4,
	string code
)

Parameters

link1  Link
First link of the shape.
link2  Link
Second link of the shape.
link3  Link
Third link of the shape.
link4  Link
Fourth link of the shape.
code  String
The code of the shape.

Return Value

Shape
See Also