|
|
Sets the current line width.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub LineWidth ( _ width As Double _ ) |
| C# |
|---|
public void LineWidth( double width ) |
| Visual C++ |
|---|
public: void LineWidth( double width ) |
Parameters
- width
- Type: System..::..Double
line width to render with.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |