Add a shape.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public Shape Add( Link[] links, string code ) |
Visual Basic |
---|
Public Function Add ( _ links As Link(), _ code As String _ ) As Shape |
Visual C++ |
---|
public: Shape^ Add( array<Link^>^ links, String^ code ) |
Parameters
- links
- Type: array<Autodesk.Civil.DatabaseServices..::..Link>[]()[][]
Links of the shape.
- code
- Type: System..::..String
The code of the shape.