UndergroundStorageStyleCollectionAdd Method

Creates a new underground storage style with the specified name and adds it to the collection.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public override sealed ObjectId Add(
	string name
)

Parameters

name  String
The name for the new underground storage style.

Return Value

ObjectId
The ObjectId of the newly created underground storage style.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when name is null.
ArgumentExceptionThrown when name is empty or a style with the same name already exists.
See Also