UndergroundStorageStyleCollectionAdd Method |
Creates a new underground storage style with the specified name and adds it to the collection.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
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
- The name for the new underground storage style.
Return Value
ObjectIdThe ObjectId of the newly created underground storage style.
Exceptions
See Also