|
|
Sends the current View to the Printer
Namespace: Autodesk.Navisworks.Api.ApplicationParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub Print ( _ printer As String, _ driver As String, _ port As String _ ) |
| C# |
|---|
public void Print( string printer, string driver, string port ) |
| Visual C++ |
|---|
public: void Print( String^ printer, String^ driver, String^ port ) |
Parameters
- printer
- Type: System..::..String
The name of the printer to print to
- driver
- Type: System..::..String
The name of the printer driver to use
- port
- Type: System..::..String
The name of the port the printer is connected to