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.

GetPlanningSegmentsWithFilterScheme Method
Returns Eplan.EplApi.DataModel.Planning.PlanningSegment matching the given filter.
Syntax
public 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