General InformationThis opening ID is invoked when inserting an existing view under a sheet.
Input ObjectsInput objects must be of the following types:
Context Object Parameters
SampleThe following sample shows how to set the Schematic_InsertExistingDifView opening ID:
set Validation = False
if(ThisObject.Name == "ViewGA")
{
Validation = True
}
| |||||||||||||||||||||||||||