|
![]() |
Determines which type the sheet is
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Enumeration SheetType |
C# |
---|
public enum SheetType |
Visual C++ |
---|
public enum class SheetType |
Members
Member name | Description | |
---|---|---|
Sheet3D |
Sheet contains a 3D model
| |
Sheet2D |
Sheet contains a 2D model (plot)
|
Remarks
This enumeration provides the type of the sheet in question (2D or 3D) and is used by the properties:
For more information on Sheets see 'Sheets' in the 'Developer guide'.