public Function[] GetFunctions( FunctionsFilter filter, bool bWithConnectionDefinitionPoints )
public: array<Function^>^ GetFunctions( FunctionsFilter^ filter, bool bWithConnectionDefinitionPoints )
Parameters
- filter
- A Eplan.EplApi.DataModel.FunctionsFilter, can be
NULL - bWithConnectionDefinitionPoints
- Defines, if Eplan.EplApi.DataModel.ConnectionDefinitionPoints should be found, too
Return Value
• A list of Eplan.EplApi.DataModel.Functions and (if the "bWithConnectionDefinitionPoints" parameter is TRUE) Eplan.EplApi.DataModel.ConnectionDefinitionPoints matching the given Eplan.EplApi.DataModel.FunctionsFilter
• All Eplan.EplApi.DataModel.Functions and (if the "bWithConnectionDefinitionPoints" parameter is TRUE) Eplan.EplApi.DataModel.ConnectionDefinitionPoints if the filter is
• All Eplan.EplApi.DataModel.Functions and (if the "bWithConnectionDefinitionPoints" parameter is TRUE) Eplan.EplApi.DataModel.ConnectionDefinitionPoints if the filter is
NULL