64 string strFilePath = ewProjectFile.getFilePath();
66 string strCommand =
"EWOPEN ";
67 strCommand += strFilePath;
69 mEwApplicationX.runcommand(strCommand);
75 \subsection GetDescriptionFileProject Get the project file description
76 \snippet Samples.cs Cs_descriptionFileProject
78 \subsection InsertSymbol Insert a symbol in a project file
79 \snippet Samples.cs Cs_insertSymbol
82 \section useClassification Use classification
84 \subsection ClassificationGetClassName Get a
class name
85 \snippet Samples.cs Cs_ClassificationGetClassName
87 \subsection ClassificationGetClassNameByComponent Get a class name from a component
88 \snippet Samples.cs Cs_ClassificationGetClassNameByComponent
91 \section ExportReportSample Export report
92 \subsection ExportReportInXLSSample Export report in Excel
93 \snippet Export.cs Cs_doExportReportInExcel
94 \subsection ExportSpecifiedReportInXLSSample Export specified report in Excel
95 \snippet Export.cs Cs_doExportSpecifiedReportInExcel
97 \section RenumberWireSample Renumber Wire
98 \subsection RenumberWireManuallySample Renumber Wire Manually
99 \snippet RenumberWire.cs Cs_doRenumberWireManually
100 \subsection RenumberWireAutomaticSample Renumber Wire
101 \snippet RenumberWire.cs Cs_doRenumberWireAutomatic
103 \section OriginDestinationArrowSample Add Origin-Destination Arrow
104 \subsection OriginDestinationArrowManuallySample Add Origin-Destination Arrow Manually
105 \snippet OriginDestinationArrow.cs Cs_doOriginDestinationArrowManually
107 \subsection OriginDestinationArrowAutomaticallySample Add Origin-Destination Arrow Automatically
108 \snippet OriginDestinationArrow.cs Cs_doOriginDestinationArrowAutomatically
110 \section ApplicationSample Some samples with the application
113 \subsection CollectInformation Collect information on electrical application
114 \snippet Samples.cs Cs_collectInformation