PPT_LOGO_4b
‹#›
© 2009 Autodesk
Autodesk Developer Network
Lab4 – Schedule Table Style
Objective: learn how to define a schedule table style   
§Create a schedule table style
§Understand a tree structure
of headers and columns
§Import a schedule table style
§
§
Classes and methods:
§tableStyle = New ScheduleTableStyle
§column1 = New ScheduleTableStyleColumn
§column1.PropertySetDefinitionId = idPropSetDef
§column1.PropertyId = indexPropDef
§tableStyle.Columns.Add(column1)
§dict =  New DictionaryScheduleTableStyle(db)
§dict.AddNewRecord(name, tableStyle)
§