|
![]() |
Sets the current line stipple mode.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub LineStipple ( _ factor As Integer, _ pattern As UShort _ ) |
C# |
---|
public void LineStipple( int factor, ushort pattern ) |
Visual C++ |
---|
public: void LineStipple( int factor, unsigned short pattern ) |
Parameters
- factor
- Type: System..::..Int32
Factor to stretch pattern by. May be clamped.
- pattern
- Type: System..::..UInt16
Bit pattern to stipple line with.
Remarks
Line stippling is disabled if factor is 0 or pattern is 0xffff.
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |