|
|
Field-specific semantics associated with this field.
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
Equivalent to concepts on SchemaDefinitions, but more loosely defined to be interpreted within the context of the field in which they are used. 7-bit ASCII is preferred as these strings will be programmatically referenced.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |