Add a shape. In most cases, a shape is defined by 4 links.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public Shape Add( Link link1, Link link2, Link link3, Link link4, string[] codes ) |
Visual Basic |
---|
Public Function Add ( _ link1 As Link, _ link2 As Link, _ link3 As Link, _ link4 As Link, _ codes As String() _ ) As Shape |
Visual C++ |
---|
public: Shape^ Add( Link^ link1, Link^ link2, Link^ link3, Link^ link4, array<String^>^ codes ) |
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.
- codes
- Type: array<System..::..String>[]()[][]
The codes of the shape.