UDPClassificationCollectionAdd Method |
Creates a new UDPClassification with the given name and adds it to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic UDPClassification Add(
string name
)
Public Function Add (
name As String
) As UDPClassification
public:
UDPClassification^ Add(
String^ name
)
Parameters
- name String
- The name of the UDPClassification to add.
Return Value
UDPClassification
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name is invalid, or an existing UDPClassification has the same name.
|
See Also