In the following scenario, the
SchematicCallback_SymbolOrRouteModified resource has been set to
add the symbol representation name as the
Description
attribute.
let sName(string)
set sName = Parameters.GetAttributeString("Representation_Name")
let LogInst(RFLVPMLogicalInstance)
set LogInst = ThisObject.Instance
if(NULL<>LogInst)
{
LogInst.V_description = sName.Extract(0, sName.Search("."))
}
Notify(" SetSymbolName = #", sName )
Notify("----------------------------------------------------------------------------")
For
more information about the
SchematicCallback_SymbolOrRouteModified opening ID, see SchematicCallback_SymbolOrRouteModified.