Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetSegmentTemplates Method
Object used to customize the results. If NULL, then all segment templates for the current project are returned.

In This Topic
    GetSegmentTemplates Method
    In This Topic
    Returns SegmentTemplates matching the given filter.
    Syntax

    Parameters

    pFilter
    Object used to customize the results. If NULL, then all segment templates for the current project are returned.

    Return Value

    Array of SegmentTemplates matching the filter
    Exceptions
    ExceptionDescription
    Thrown if DMObjectsFinder is not correctly initialized.
    See Also