API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetSegmentTemplatesWithFilterScheme Method
Name of the scheme used to filter out results. If null or empty then all segment templates for current project are returned.

GetSegmentTemplatesWithFilterScheme Method
Returns Eplan.EplApi.DataModel.Planning.SegmentTemplate matching the given filter.
Syntax
public SegmentTemplate[] GetSegmentTemplatesWithFilterScheme( 
   string strSchemeName
)

Parameters

strSchemeName
Name of the scheme used to filter out results. If null or empty then all segment templates for current project are returned.

Return Value

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