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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic override sealed ObjectId Add(
string name
)
Public Overrides NotOverridable Function Add (
name As String
) As ObjectId
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
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name users specifies is already used
|
See Also