Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / NumberPCTLoops Method / NumberPCTLoops(Project) Method
Project in which PCTLoops will be numbered. Can't be null.

In This Topic
    NumberPCTLoops(Project) Method
    In This Topic
    Numbers all PCTLoops in a Project
    Syntax
    public void NumberPCTLoops( 
       Project pProject
    )
    public:
    void NumberPCTLoops( 
       Project^ pProject
    ) 

    Parameters

    pProject
    Project in which PCTLoops will be numbered. Can't be null.
    Exceptions
    ExceptionDescription
    Thrown when parameter pProject is a null value.
    If an Error occurred while numbering PCTLoops.
    See Also