PPT_LOGO_4b
‹#›
© 2009 Autodesk
Autodesk Developer Network
Lab2 – Property Set Attach
Objective: learn how to attach a property set to an object  
§Find a property set definition from the dictionary
§Attach a property set to an object
§
§
§
Classes and methods:
§dict = New DictionaryPropertySetDefinition(db)
§dict.Has(propSetDefName, transaction) 
§idPropSetDef = dict.GetAt(propSetDefName) 
§PropertyDataServices.AddPropertySet(obj, idPropSetDef)