Class used for labeling. The following example shows how to use class Label.
System.Object
Eplan.EplApi.HEServices.Label
The following example shows how to use class Label.
Label oLabel = new Label();
oLabel.DoLabel(m_oTestProject,
"", // use implicitly last used scheme
"", // don't filter
"", // don't sort
"en_EN", // use English language
m_oTestProject.ProjectDirectoryPath + "\\LabelledPrj_2.txt", // destination file
2, // Record Repeat = 2
1); // Task Repeat = 1