PartsListCollectionAdd 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.7.0.1190
Syntax
public override sealed ObjectId Add(
	string name
)

Parameters

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

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the name users specifies is already used
See Also