|
|
Enables or disables blending.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub Blend ( _ blendOn As Boolean _ ) |
| C# |
|---|
public void Blend( bool blendOn ) |
| Visual C++ |
|---|
public: void Blend( bool blendOn ) |
Parameters
- blendOn
- Type: System..::..Boolean
Should blending be enabled.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |