|
![]() |
Constructs a schema definition matching what has been passed into AddField(Field) & AddConcept(String).
Namespace: Autodesk.Navisworks.Api.Schema
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Function BuildDefinition As SchemaDefinition |
C# |
---|
public SchemaDefinition BuildDefinition() |
Visual C++ |
---|
public: SchemaDefinition^ BuildDefinition() |
Remarks
Note that this call is destructive. Repeated calls to BuildDefinition will not produce the same schema definition without repopulating the fields & concepts.
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |