Creates a new UDPClassification with the given name and adds it to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public UDPClassification Add( string name ) |
Visual Basic |
---|
Public Function Add ( _ name As String _ ) As UDPClassification |
Visual C++ |
---|
public: UDPClassification^ Add( String^ name ) |
Parameters
- name
- Type: System..::..String
The name of the UDPClassification to add.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when the name is invalid, or an existing UDPClassification has the same name. |