public ArticleReference[] GetArticleReferencesWithCF( ICustomFilter filter )
public: array<ArticleReference^>^ GetArticleReferencesWithCF( ICustomFilter^ filter )
Parameters
- filter
- A custom filter object implementing the Eplan.EplApi.DataModel.ICustomFilter interface
Return Value
• Eplan.EplApi.DataModel.ArticleReferences matching the given custom filter
• All Eplan.EplApi.DataModel.ArticleReferences if the filter is
• Only valid ArticleReferences are returned (where ArticleReference.Count > 0 and ArticleReference.PartNr <> "").
• This method doesn't return ArticleReference from ConnectionDefinitionPoint.
• ArticleReferences are transient objects - they are in fact on a corresponding Connection.
• All Eplan.EplApi.DataModel.ArticleReferences if the filter is
NULL• Only valid ArticleReferences are returned (where ArticleReference.Count > 0 and ArticleReference.PartNr <> "").
• This method doesn't return ArticleReference from ConnectionDefinitionPoint.
• ArticleReferences are transient objects - they are in fact on a corresponding Connection.