Click or drag to resize

AttributeDatabaseExtensionsFindOrAddAttributeValue Method

Overload List
  NameDescription
Public methodStatic memberFindOrAddAttributeValue(IAttributeDatabase, AttributeValue, Boolean)
Find or add an attribute value.

If an attribute value with the specified id does not exist, then the specified attribute is added. If an attribute value with the specified id already exists, then the original attribute is returned.

Public methodStatic memberFindOrAddAttributeValue(IAttributeDatabase, UInt32, DataDimensions, Boolean)
Find or add an attribute value.

If an attribute value with the specified id already exists, then it's returned. If an attribute value with the specified id does not exist, then a new attribute value is created.

Top
See Also