Eplan Platform API
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 the current project are returned.

In This Topic
    GetSegmentTemplatesWithFilterScheme Method
    In This Topic
    Returns SegmentTemplates 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 the current project are returned.

    Return Value

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