Share

UDPClassification Class

This class encapsulates a UDPClassification used to create and organize user-defined custom properties.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesUDPClassification


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

Syntax

C#

public class UDPClassification

VB

Public Class UDPClassification

C++

public ref class UDPClassification

The UDPClassification type exposes the following members.

Properties

 NameDescription
Public propertyName Gets the name of the UDPClassification.
Public propertyUDPs Gets a UDPCollection containing all the UDP objects with the current UDPClassification.

Methods

 NameDescription
Public methodContainsUDP Gets whether the collection contains the given UDP.
Public methodCode exampleCreateUDP(AttributeTypeInfoBool) Creates a user-defined property with a boolean data type.
Public methodCode exampleCreateUDP(AttributeTypeInfoDouble) Creates a user-defined property with a double data type.
Public methodCode exampleCreateUDP(AttributeTypeInfoEnum) Creates a user-defined property with an enumeration data type.
Public methodCode exampleCreateUDP(AttributeTypeInfoInt) Creates a user-defined property with an integer data type.
Public methodCode exampleCreateUDP(AttributeTypeInfoString) Creates a user-defined property with a string data type.
Public methodCreateUDP(AttributeTypeInfoBool, Guid) Creates a user-defined property with a boolean data type.
Public methodCreateUDP(AttributeTypeInfoDouble, Guid) Creates a user-defined property with a double data type.
Public methodCreateUDP(AttributeTypeInfoEnum, Guid) Creates a user-defined property with an enumeration data type.
Public methodCreateUDP(AttributeTypeInfoInt, Guid) Creates a user-defined property with an integer data type.
Public methodCreateUDP(AttributeTypeInfoString, Guid) Creates a user-defined property with a string data type.
Public methodRemoveUDP Removes the specified UDP with the current classification.

See Also

Reference

Was this information helpful?