|
|
Generates a Thumbnail Image for this Document.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function GenerateThumbnail ( _ width As Integer, _ height As Integer, _ maxTimeHint As Double _ ) As Bitmap |
| C# |
|---|
public Bitmap GenerateThumbnail( int width, int height, double maxTimeHint ) |
| Visual C++ |
|---|
public: Bitmap^ GenerateThumbnail( int width, int height, double maxTimeHint ) |
Parameters
- width
- Type: System..::..Int32
- height
- Type: System..::..Int32
- maxTimeHint
- Type: System..::..Double