Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionDefinitionPoint Class / Articles Property

Articles Property (ConnectionDefinitionPoint)
Returns Articles that are referenced by Function, and only those that are stored in project database.
Syntax
public override Article[] Articles {get;}

Property Value

Articles related with the Function
Exceptions
ExceptionDescription
Thrown when internal query for connections throws exception
Remarks
This function returns only articles which are stored in the project. Although function might contain reference to Article (which resists in system database), so in this case following Properties need to be used: FUNC_ARTICLE_PARTNR, FUNC_ARTICLE_VARIANT, FUNC_ARTICLE_COUNT etc.
See Also