AttributeDatabaseExtensionsFindOrAddAttributeValue Method (IAttributeDatabase, AttributeValue, Boolean) |
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.
Namespace: Demo3D.PLC.Comms.AttrDb
public static AttributeValue FindOrAddAttributeValue( this IAttributeDatabase attrDb, AttributeValue attribute, out bool created )