DoLabel(Project,String,String,String,String,String,UInt32,UInt32) Method
                In This Topic
            
            do a labeling for a project.
            
            
            Syntax
            
        
            Parameters
- oProject
- Project, for which a labeling will be done.
- strConfigScheme
- Name of the configuration scheme.
- strFilterScheme
- Name of the filter scheme.If this value is empty filter scheme name will be taken from configuration scheme
- strSortScheme
- Name of the sorting scheme. If this value is empty sorting scheme name will be taken from configuration scheme
- strLanguage
- Language used by the labeling operation, ex. de_DE, en_EN, or ??_?? for all display languages.
- strDestinationFile
- Destination file where the labeling results will be stored. Extension of this \file must be set according to the configuration in strConfigScheme. If this parameter is empty, the destination file name is taken from the configuration selected by the strConfigScheme parameter.
- nRecordRepeat
- Repeating number per each record. It must be greater or equal 1
- nTaskRepeat
- Repeating number per task. It must be greater or equal 1.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | \Parameters are
                                    invalid. | 
| ApplicationException | Needed internal
                                       interface could not
                                       be created. | 
| ArgumentNullException | A parameter is a
                                        null reference. | 
| BaseException | Error occurred by
                                labeling. | 
See Also