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
§
§