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 PropertyDefinition created as a conversion from other type. |
Article article = myProject.Articles[0]; // A valid Article object bool isIndexed = article.Properties.ARTICLE_HEIGHT.Definition.IsIndexed;