API Help
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 current project are returned.

In This Topic
    GetPlanningSegmentsWithFilterScheme Method
    In This Topic
    Returns Eplan.EplApi.DataModel.Planning.PlanningSegment 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 current project are returned.

    Return Value

    Exceptions
    ExceptionDescription
    Thrown when filter schema does not exist.
    Thrown when DMObjectsFinder is not correctly initialized.
    See Also