Creates a user-defined property with a boolean data type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public UDPBoolean CreateUDP( AttributeTypeInfoBool udpTypeInfo, Guid guid )
VB
Public Function CreateUDP ( udpTypeInfo As AttributeTypeInfoBool, guid As Guid ) As UDPBoolean
C++
public: UDPBoolean^ CreateUDP( AttributeTypeInfoBool^ udpTypeInfo, Guid guid )
Parameters
- udpTypeInfo AttributeTypeInfoBool
- An AttributeTypeInfoBool instance that defines the parameters for the new user-defined property.
- guid Guid
- the Guid for the user-defined property.
Return Value
UDPBooleanExceptions
| Exception | Condition |
|---|---|
| ArgumentException | Throw when the UDP identifier(name + GUID) is not unique. |
