Eplan Platform API
Eplan.EplApi.Base Namespace / Progress Class / BeginPart Method
Percentage value of using progress bar (or parent segment) in this segment.
Name for this segment

In This Topic
    BeginPart Method
    In This Topic
    Starts a new segment. All parallel segments should result in a sum of 100%.
    Syntax
    public void BeginPart( 
       double dPercentageNeeded,
       string strSegmentName
    )
    public:
    void BeginPart( 
       double dPercentageNeeded,
       String^ strSegmentName
    ) 

    Parameters

    dPercentageNeeded
    Percentage value of using progress bar (or parent segment) in this segment.
    strSegmentName
    Name for this segment
    See Also