Eplan Platform API
Eplan.EplApi.HEServices Namespace / TopologyService Class / UpdateSegmentsFilling Method / UpdateSegmentsFilling(Project) Method
Eplan.EplApi.DataModel.Project for which calculation will be done.

In This Topic
    UpdateSegmentsFilling(Project) Method
    In This Topic
    Calculates and sets value of property CABLINGSEGMENT_FILLING for all segments in project.
    Syntax
    public bool UpdateSegmentsFilling( 
       Project pProject
    )
    public:
    bool UpdateSegmentsFilling( 
       Project^ pProject
    ) 

    Parameters

    pProject
    Eplan.EplApi.DataModel.Project for which calculation will be done.

    Return Value

    True if no propblem was found during calculation.
    Exceptions
    ExceptionDescription
    If any parameter is null.
    If any parameter is invalid.
    See Also