API Help
Eplan.EplApi.HEServices Namespace / Label Class
Members Example

Label Class
Class used for labeling. The following example shows how to use class Label.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.HEServices.Label

Syntax
public class Label 
Example
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


Public Constructors
 NameDescription
Public ConstructorDefault constructor  
Top
Public Methods
 NameDescription
Public MethodDestructor  
Public MethodOverloaded. do a labeling for a given objects.  
Top
See Also