|
|
Resets permanent material properties (color and 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 ResetPermanentMaterials ( _ items As IEnumerable(Of ModelItem) _ ) |
| C# |
|---|
public void ResetPermanentMaterials( IEnumerable<ModelItem> items ) |
| Visual C++ |
|---|
public: void ResetPermanentMaterials( IEnumerable<ModelItem^>^ items ) |
Parameters
- items
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ModelItem>)>)>
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | items is null |