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

CanHaveArticleData Property (Function3D)
Check if the Function3D can have Eplan.EplApi.DataModel.Articles.
Syntax
public virtual bool CanHaveArticleData {get;}

Property Value

true : Function3D can have Eplan.EplApi.DataModel.Articles

false : Function3D cannot have Eplan.EplApi.DataModel.Articles

Exceptions
ExceptionDescription
Thrown when the information cannot be retrieved from data model.
See Also