UDPClassificationCollectionAdd Method

Creates a new UDPClassification with the given name and adds it to the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public UDPClassification Add(
	string name
)

Parameters

name  String
The name of the UDPClassification to add.

Return Value

UDPClassification
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is invalid, or an existing UDPClassification has the same name.
See Also