Property Value
true : Property is indexed
false : Property is not indexed
true : Property is indexed
false : Property is not indexed
Exception | Description |
---|---|
Eplan.EplApi.Base.BaseException | Thrown when called for PropertyValue created as a conversion from other type. |
Article article; //a valid article object bool b = article.Properties[Properties.Article.ARTICLE_HEIGHT].IsIndexed; PropertyValue pv = 2; bool bb = pv.IsIndexed;