Add Method

Create a new parts list named by the input string. The new parts list will automatically have the null structure part.

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

Syntax

C#

public override sealed ObjectId Add(
	string name
)

Visual Basic

Public Overrides NotOverridable Function Add ( _
	name As String _
) As ObjectId

Visual C++

public:
virtual ObjectId Add(
	String^ name
) override sealed

Parameters

name
Type: System.String
Specifies the name of the new parts list. If it's empty, a dynamically generated name will be applied.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the name users specifies is already used

See Also