Eplan Platform API
Eplan.EplApi.HEServices Namespace / TopologyService Class / CreateFunctions Method
Eplan.EplApi.DataModel.Project for which functions will be created.

In This Topic
    CreateFunctions Method (TopologyService)
    In This Topic
    Creates topology functions that are connected to structure routing fulcrums.
    Syntax
    public void CreateFunctions( 
       Project pProject
    )
    public:
    void CreateFunctions( 
       Project^ pProject
    ) 

    Parameters

    Parameter NameDescription
    pProjectEplan.EplApi.DataModel.Project for which functions will be created.
    Exceptions
    ExceptionDescription
    If any parameter is null.
    If any parameter is invalid.
    See Also