Generates a thumbnail render by ray trace for this Document, and save it as a PNG image
Namespace: Autodesk.Navisworks.Api.ApplicationParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub GenerateThumbnailByRayTrace ( _
width As Integer, _
height As Integer, _
fileName As String _
) |
| C# |
|---|
public void GenerateThumbnailByRayTrace(
int width,
int height,
string fileName
) |
| Visual C++ |
|---|
public:
void GenerateThumbnailByRayTrace(
int width,
int height,
String^ fileName
) |
Exceptions
See Also