CatchmentGroupCollectionAdd Method |
Creates a new catchment group and adds it to the database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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 of the new catchment group.
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name is invalid or already exists.
|
Remarks
It's an equivalent method to CatchmentGroup.Create()
See Also