This class encapsulates a UDPClassification used to create and organize user-defined custom properties.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesUDPClassification
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class UDPClassification
VB
Public Class UDPClassification
C++
public ref class UDPClassification
The UDPClassification type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Name | Gets the name of the UDPClassification. | |
| UDPs | Gets a UDPCollection containing all the UDP objects with the current UDPClassification. |
Methods
| Name | Description | |
|---|---|---|
| ContainsUDP | Gets whether the collection contains the given UDP. | |
| CreateUDP(AttributeTypeInfoBool) | Creates a user-defined property with a boolean data type. | |
| CreateUDP(AttributeTypeInfoDouble) | Creates a user-defined property with a double data type. | |
| CreateUDP(AttributeTypeInfoEnum) | Creates a user-defined property with an enumeration data type. | |
| CreateUDP(AttributeTypeInfoInt) | Creates a user-defined property with an integer data type. | |
| CreateUDP(AttributeTypeInfoString) | Creates a user-defined property with a string data type. | |
| CreateUDP(AttributeTypeInfoBool, Guid) | Creates a user-defined property with a boolean data type. | |
| CreateUDP(AttributeTypeInfoDouble, Guid) | Creates a user-defined property with a double data type. | |
| CreateUDP(AttributeTypeInfoEnum, Guid) | Creates a user-defined property with an enumeration data type. | |
| CreateUDP(AttributeTypeInfoInt, Guid) | Creates a user-defined property with an integer data type. | |
| CreateUDP(AttributeTypeInfoString, Guid) | Creates a user-defined property with a string data type. | |
| RemoveUDP | Removes the specified UDP with the current classification. |
