Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPlanningSegmentsWithFilterScheme Method
Name of the scheme used to filter out results. If NULL or empty then all planning segments for the current project are returned.

In This Topic
    GetPlanningSegmentsWithFilterScheme Method
    In This Topic
    Returns PlanningSegments matching the given filter.
    Syntax
    public PlanningSegment[] GetPlanningSegmentsWithFilterScheme( 
       string strSchemeName
    )
    public:
    array<PlanningSegment^>^ GetPlanningSegmentsWithFilterScheme( 
       String^ strSchemeName
    ) 

    Parameters

    strSchemeName
    Name of the scheme used to filter out results. If NULL or empty then all planning segments for the current project are returned.

    Return Value

    Array of PlanningSegments
    Exceptions
    ExceptionDescription
    Thrown if filter scheme does not exist.
    Thrown if DMObjectsFinder is not correctly initialized.
    See Also