PPT_LOGO_4b
‹#›
© 2009 Autodesk
Autodesk Developer Network
Lab5 – Schedule Table Creation
Objective: learn how to create an instance of schedule table    
§Find a schedule table style from the dictionary
§Create an instance of schedule table of a given style
§
§
§
Classes and methods:
§dict = New DictionaryScheduleTableStyle(db)
§dict.Has(tableStyleName, transaction) 
§idPropSetDef = dict.GetAt(tableStyleName) 
§objTable = New ScheduleTable
§objTable.SetSelectionSet(ids, idsFiltered)
§objTable.AutomaticUpdate = True
§
§