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

In This Topic
    GetSegmentDefinitions Method
    In This Topic
    Returns SegmentDefinitions matching the given filter.
    Syntax

    Parameters

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

    Return Value

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