ShapeCollectionAdd(Link, String) Method

Add a shape.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public Shape Add(
	Link[] links,
	string code
)

Parameters

links  Link
Links of the shape.
code  String
The code of the shape.

Return Value

Shape
See Also