Overload List

  NameDescription
Public methodCreateUDP(AttributeTypeInfoBool)
Creates a user-defined property with a boolean data type.
Public methodCreateUDP(AttributeTypeInfoDouble)
Creates a user-defined property with a double data type.
Public methodCreateUDP(AttributeTypeInfoEnum)
Creates a user-defined property with an enumeration data type.
Public methodCreateUDP(AttributeTypeInfoInt)
Creates a user-defined property with an integer data type.
Public methodCreateUDP(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.

See Also