UDPClassificationCreateUDP(AttributeTypeInfoDouble, Guid) Method |
Creates a user-defined property with a double data type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic UDPDouble CreateUDP(
AttributeTypeInfoDouble udpTypeInfo,
Guid guid
)
Public Function CreateUDP (
udpTypeInfo As AttributeTypeInfoDouble,
guid As Guid
) As UDPDouble
public:
UDPDouble^ CreateUDP(
AttributeTypeInfoDouble^ udpTypeInfo,
Guid guid
)
Parameters
- udpTypeInfo AttributeTypeInfoDouble
- An AttributeTypeInfoDouble that defines the parameters for the new user-defined property.
- guid Guid
- the Guid for the user-defined property.
Return Value
UDPDouble
ExceptionsException | Condition |
---|
ArgumentException |
Thrown 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