EKL - BL to get zone graphic attributes

Introduction

Usage : define the graphic prioperties of the zone lines automaticaly

Datasetup Resource Set : 

  • Diagram Resource

Datasetup Resource : Rule to get zone graphic attributes

 

Rule Example1

Description

set the graphic property of Zone line based on a rule

Rule

simple rule , all zone will be in black (0,0,0) and with linetype4

// ThisObject : CATSchRouteZone
Parameters -> SetAttributeString("LineColor","0|0|0")
Parameters -> SetAttributeString("LineType","4")

3DXML