Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetNetDefinitionPoints Method
A Eplan.EplApi.DataModel.NetDefinitionPoint, can be NULL

In This Topic
    GetNetDefinitionPoints Method
    In This Topic
    This function takes objects of class Eplan.EplApi.DataModel.NetDefinitionPoint and filters them with the given filter.
    Syntax
    public NetDefinitionPoint[] GetNetDefinitionPoints( 
       PlacementsFilter filter
    )
    public:
    array<NetDefinitionPoint^>^ GetNetDefinitionPoints( 
       PlacementsFilter^ filter
    ) 

    Parameters

    filter
    A Eplan.EplApi.DataModel.NetDefinitionPoint, can be NULL

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also