API Help
Eplan.EplApi.Base Namespace / Progress Class / Progress Constructor / Progress Constructor(String)
Type of the progress bar to be created. "SimpleProgress" or "EnhancedProgress"

In This Topic
    Progress Constructor(String)
    In This Topic
    Creates a new progress bar.
    Syntax
    public Progress( 
       string strProgressType
    )
    public:
    Progress( 
       String^ strProgressType
    )

    Parameters

    strProgressType
    Type of the progress bar to be created. "SimpleProgress" or "EnhancedProgress"
    See Also