AttributeDatabaseExtensionsFindOrAddAttributeValue Method |
| Name | Description | |
|---|---|---|
| FindOrAddAttributeValue(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. | |
| FindOrAddAttributeValue(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. |