Importazione di schemi - TIAPortal

Funzioni per DCC

ft:publication_title
Funzioni per DCC
Product
TIAPortal
Version
V20
Publication date
01/2025
Language
it-IT
Importazione di schemi

L'esempio seguente mostra come importare gli schemi.

Importazione di schemi Copia il codice di programma seguente negli Appunti.

 

try

{

  DriveControlChartComposition charts = ...

  DccImportResultData result = charts.Import(@"c:\Charts.dcc", DccImportOptions.None);

}

catch (DccImportException exc)

{

}

Vedere anche

DCC Openness