Creates a user-defined property with a double data type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public UDPDouble CreateUDP( AttributeTypeInfoDouble udpTypeInfo, Guid guid )
VB
Public Function CreateUDP ( udpTypeInfo As AttributeTypeInfoDouble, guid As Guid ) As UDPDouble
C++
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
UDPDoubleExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the UDP identifier(name + GUID) is not unique. |