Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / CanHaveArticleData Property

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

Property Value

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

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

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