/* ec.TBL */ /* Environmental Compliance */ BY_FILE switch (weight) 0 : THICKNESS = .005 1 : THICKNESS = .013 2 : THICKNESS = .018 3 : THICKNESS = .023 4 : THICKNESS = .028 5 : THICKNESS = .033 6 : THICKNESS = .038 7 : THICKNESS = .043 8 : THICKNESS = .048 end_switch END_BY BY_ELEMENT color = black pattern_color = black pattern_priority = 2 screen=88 if (type eq text) then style = 0 priority = 350 end_if select (MS_NAME_LEVEL eq 'RW_P_Right-of-Way Lines'): screen=100 weight=1 (MS_NAME_LEVEL eq 'RW_P_Easement Lines'): screen=100 weight=1 (MS_NAME_LEVEL eq 'DE_P_Limit of Construction'): screen=100 weight=1 (MS_NAME_LEVEL eq 'EC_X_Marsh'): screen=100 weight=1 (MS_NAME_LEVEL eq 'EC_X_Wetlands'): screen=100 weight=1 (MS_NAME_LEVEL eq 'EC_X_Water and Tide Lines'): screen=100 weight=1 (MS_NAME_LEVEL eq 'EC_X_Water and Wetlands'): screen=100 weight=1 (MS_NAME_LEVEL eq 'EC_P_Impacts'): screen=100 weight=2 (MS_NAME_LEVEL eq 'EC_P_Wetlands'): screen=100 weight=2 (MS_NAME_LEVEL eq 'EC_P_Water and Tide Lines'): screen=100 weight=2 (MS_NAME_LEVEL eq 'EC_P_Water and Wetlands'): screen=100 weight=2 (MS_NAME_LEVEL eq 'EC_P_Legends'): screen=100 (MS_NAME_LEVEL eq 'EC_P_Schedules and Identifiers'): screen=100 (MS_NAME_LEVEL eq 'EC_P_Dimensions'): screen=100 (MS_NAME_LEVEL eq 'EC_P_Shading'): screen=100 if (style eq 1) then area_fill = true pattern_screen = 13 pattern_border = false end_if if (style eq 2) then area_fill = true pattern_screen = 25 pattern_border = false end_if if (style eq 3) then area_fill = true pattern_screen = 49 pattern_border = false end_if (MS_NAME_LEVEL eq 'EC_P_Hatching'): screen=100 (MS_NAME_LEVEL eq 'SH_P_Sheet Border'): screen=100 (MS_NAME_LEVEL eq 'SH_P_Annotation - Environmental Compliance Plan'): screen=100 (MS_NAME_LEVEL eq 'SH_P_Annotation - Miscellaneous'): screen=100 ('ELSE'): weight=0 end_select if (style eq 4) then area_fill = true pattern_screen = 100 end_if end_by