Share

ShapeCollection.Add(Link, Link, Link, Link, String[]) Method

Add a shape. In most cases, a shape is defined by 4 links.



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

Syntax

C#

public Shape Add(
	Link link1,
	Link link2,
	Link link3,
	Link link4,
	string[] codes
)

VB

Public Function Add ( 
	link1 As Link,
	link2 As Link,
	link3 As Link,
	link4 As Link,
	codes As String()
) As Shape

C++

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

Reference

Was this information helpful?