Eplan Platform API
Eplan.EplApi.HEServices Namespace / TopologyService Class / UpdateSegmentsFilling Method / UpdateSegmentsFilling(String) Method
Full link file name of the project, which contains the page to export.

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

    Parameters

    strFullLinkFileName
    Full link file name of the project, which contains the page to export.

    Return Value

    True if no propblem was found during calculation.
    Exceptions
    ExceptionDescription
    If parameter is null.
    If project not exists.
    See Also