Map the Description
attribute in the MCADInteg-MxToCADAttribMapping
attribute
of the current Global Configuration Object to support attribute transfer from ENOVIA to
AutoCAD. In this case the mapping will be:
all,$$description$$|all,$$Description$$
To list the available GCOs with their Bus ID and revision, run the following command
MQL>temp query bus *Global* * * select id;
To modify a GCO attribute from a GCO, run the following command
MQL>modify bus <busname> <attributename> "<attribute value>";
For example, to modify GCO attributes for Connector for AutoCAD GCO with Bus ID 12345,
MQL>modify bus 12345 MCADInteg-RenameFilesInServer True
;
Note:
The mappings for System attributes must always be in lowercase on the mx side.