ShapeCollectionAdd(Link, Link, Link, Link, String) Method |
Add a shape. In most cases, a shape is defined by 4 links.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Shape Add(
Link link1,
Link link2,
Link link3,
Link link4,
string[] codes
)
Public Function Add (
link1 As Link,
link2 As Link,
link3 As Link,
link4 As Link,
codes As String()
) As Shape
public:
Shape^ Add(
Link^ link1,
Link^ link2,
Link^ link3,
Link^ link4,
array<String^>^ codes
)
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.
- codes String
-
The codes of the shape.
Return Value
Shape
See Also