Add a shape.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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: array<Autodesk.Civil.DatabaseServices..::..Link>[]()[][]
Links of the shape.
- codes
- Type: array<System..::..String>[]()[][]
The codes of the shape.