Share

ShapeCollection.Add(Link[], String) Method

Add a shape.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public Shape Add(
	Link[] links,
	string code
)

VB

Public Function Add ( 
	links As Link(),
	code As String
) As Shape

C++

public:
Shape^ Add(
	array<Link^>^ links, 
	String^ code
)

Parameters

links  Link
Links of the shape.
code  String
The code of the shape.

Return Value

Shape

See Also

Reference

Was this information helpful?