ShapeCollectionAdd(Link, String) Method |
Add a shape.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Shape Add(
Link[] links,
string[] codes
)
Public Function Add (
links As Link(),
codes As String()
) As Shape
public:
Shape^ Add(
array<Link^>^ links,
array<String^>^ codes
)
Parameters
- links Link
-
Links of the shape.
- codes String
-
The codes of the shape.
Return Value
Shape
See Also