General InformationThis opening ID is invoked when you display the components in the app tree.
Input ObjectsInput objects must be of the following types:
Context Object Parameters
SampleThe following sample shows how to define the Schematic_ GetCompositeName opening ID.
Let instance(RFLVPMLogicalInstance) Set instance=ThisObjectInstance Let result(String) Set result=instance.GetAttributeString("V_description") Parameters.SetAttributeString("CompositeName",result) |