API Help
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / Articles Property

Articles Property (Function3D)
Returns Eplan.EplApi.DataModel.Articles that are referenced by Function3D, and only those that are stored in project database.
Syntax
public virtual Article[] Articles {get;}

Property Value

Articles related with the Function3D
Exceptions
ExceptionDescription
Thrown when internal query for Functions3D 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