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

GetNetDefinitionPoints Method
This function takes objects of class NetDefinitionPoint and filters them with the given filter.
Syntax
public 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