General InformationThis opening ID is invoked during:
The table below provides you with information related to the definition of the Opening ID.
Input ObjectsInput objects must be of the following types:
Context Object Parameters
SampleThe following sample explains how to modify an attribute depending on the route status of a conductor. Let CondLen(LENGTH) Set CondLen = ThisObject.Elec_Length if( ThisObject.Elec_IsNetworkConnex) ThisObject.Elec_Sep_Code = "Fully Routed" else if(ThisObject.Elec_IsRouted) ThisObject.Elec_Sep_Code = "Broken" else ThisObject.Elec_Sep_Code = "Not Routed" |