Share

UDPClassificationCollection.Add 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.280

Syntax

C#

public UDPClassification Add(
	string name
)

VB

Public Function Add ( 
	name As String
) As UDPClassification

C++

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

Reference

Was this information helpful?