|
|
Sets the IsRequired 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 SetRequired ( _ items As IEnumerable(Of ModelItem), _ value As Boolean _ ) |
| C# |
|---|
public void SetRequired( IEnumerable<ModelItem> items, bool value ) |
| Visual C++ |
|---|
public: void SetRequired( 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 |