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

NumberPCTLoops(Project) Method
Numbers all PCTLoops in a Project
Syntax
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