|
![]() |
Sets the IsFrozen property on all instances of specified items.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub SetFrozen ( _ items As IEnumerable(Of ModelItem), _ value As Boolean _ ) |
C# |
---|
public void SetFrozen( IEnumerable<ModelItem> items, bool value ) |
Visual C++ |
---|
public: void SetFrozen( IEnumerable<ModelItem^>^ items, bool value ) |
Parameters
- items
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ModelItem>)>)>
- value
- Type: System..::..Boolean
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | items is null |