|
![]() |
Begin rendering in the Window Context.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub BeginWindowContext |
C# |
---|
public void BeginWindowContext() |
Visual C++ |
---|
public: void BeginWindowContext() |
Remarks
A Window context allows you to render in pixel co-ordinates.
For each call you much have a matching call to EndWindowContext.
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |