|
|
The concepts that this definition implements.
Namespace: Autodesk.Navisworks.Api.Schema
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Concepts As ConceptCollection Get |
| C# |
|---|
public ConceptCollection Concepts { get; } |
| Visual C++ |
|---|
public: property ConceptCollection^ Concepts { ConceptCollection^ get (); } |
Remarks
If SchemaDefinitions can be likened to NET classes, then concepts are akin to NET interfaces, though with no direct validation. They imply that a given SchemaDefinition contains a known set of properties in a known structure. 7-bit ASCII is preferred as these strings will be programmatically referenced.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |