Exception | Description |
---|---|
Eplan.EplApi.Base.BaseException | Thrown when called for PropertyValue created as a conversion from other type. |
Article article; //a valid article object int i = article.Properties[Properties.Article.ARTICLE_HEIGHT].MaxIndex; PropertyValue pv = 2; int ii = pv.MaxIndex;