Methods (IEFCustomPublishEventHandler Interface) - Intergraph Smart P&ID - 10 - Help - Intergraph

Intergraph Smart P&ID Help

Language
English
Product
Intergraph Smart P&ID
Search by Category
Help
Smart P&ID Version
10
Smart Engineering Manager Version
11
SmartSketch Version
10.0(2018)

StepProgressBegin

Description

This method is implemented in SmartPlant Client and raises the progress status of current progressing steps to the publish progress bar. The software that implements the IEFCustomPublish interface must call this method before each step.

Arguments

Name

Data Type

Input / Output

Description

sCurrentStep

String

Input / Output

Contains a description of the current progress step.

StepProgressEnd

Description

This method raises the progress information of the current progressing step to the publish progress bar. The software that implements IEFCustomPublish must call this method after each completed step. The steps must be filled with the string array StepNames by implementing the ListStepNames method of the IEFCustomPublish interface.

Arguments

Name

Data Type

Input / Output

Description

sCurrentStep

String

Input / Output

Contains a description of the current progress step.