|
|
Adds a given concept string onto the schema definition under construction.
Namespace: Autodesk.Navisworks.Api.Schema
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub AddConcept ( _ concept As String _ ) |
| C# |
|---|
public void AddConcept( string concept ) |
| Visual C++ |
|---|
public: void AddConcept( String^ concept ) |
Parameters
- concept
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |