|
![]() |
Overrides the permanent transparency of all ModelGeometry descendants
of items.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub OverridePermanentTransparency ( _ items As IEnumerable(Of ModelItem), _ transparency As Double _ ) |
C# |
---|
public void OverridePermanentTransparency( IEnumerable<ModelItem> items, double transparency ) |
Visual C++ |
---|
public: void OverridePermanentTransparency( IEnumerable<ModelItem^>^ items, double transparency ) |
Parameters
- items
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ModelItem>)>)>
- transparency
- Type: System..::..Double
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | items is null |