|
|
Represents a loaded model within the model hierarchy
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Class Model _ Inherits NativeHandle |
| C# |
|---|
public class Model : NativeHandle |
| Visual C++ |
|---|
public ref class Model : public NativeHandle |
Remarks
Instances of Model in a Document can be accessed by iterating through Document.Models, which is an instance of DocumentModels.
For more information on this class see Structure of the Navisworks .NET API in the 'Developer guide'.