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.8.0.280
Syntax
C#
public override sealed ObjectId Add( string name )
VB
Public Overrides NotOverridable Function Add ( name As String ) As ObjectId
C++
public: virtual ObjectId Add( String^ name ) override sealed
Parameters
- name String
- Specifies the name of the new parts list. If it's empty, a dynamically generated name will be applied.
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the name users specifies is already used |