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.

In This Topic
    GetSegmentTemplatesWithFilterScheme Method
    In This Topic
    Returns Eplan.EplApi.DataModel.Planning.SegmentTemplate matching the given filter.
    Syntax
    public SegmentTemplate[] GetSegmentTemplatesWithFilterScheme( 
       string strSchemeName
    )
    public:
    array<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