Share

UDPClassification.CreateUDP(AttributeTypeInfoEnum, Guid) Method

Creates a user-defined property with an enumeration data type.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public UDPEnumeration CreateUDP(
	AttributeTypeInfoEnum udpTypeInfo,
	Guid guid
)

VB

Public Function CreateUDP ( 
	udpTypeInfo As AttributeTypeInfoEnum,
	guid As Guid
) As UDPEnumeration

C++

public:
UDPEnumeration^ CreateUDP(
	AttributeTypeInfoEnum^ udpTypeInfo, 
	Guid guid
)

Parameters

udpTypeInfo  AttributeTypeInfoEnum
An AttributeTypeInfoEnum that defines the parameters for the new user-defined property.
guid  Guid
the Guid for the user-defined property.

Return Value

UDPEnumeration

Exceptions

ExceptionCondition
ArgumentException Throw when the UDP identifier(name + GUID) is not unique.

Remarks

When the guid parameter is Guid.Empty, a new GUID is automatically assigned to the user-defined property. Multiple UDPs can share the same GUID, however, the combination of the UDP name + GUID must be unique.

See Also

Reference

Was this information helpful?