API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetNetDefinitionPoints Method
a PlacementsFilter, can be null

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

    Parameters

    filter
    a PlacementsFilter, can be null

    Return Value

    * NetDefinitionPoints matching given PlacementsFilter. * all NetDefinitionPoints when filter is null.
    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    See Also