|
|
Which items within a Search Selection should be searched
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration SearchLocations |
| C# |
|---|
[FlagsAttribute] public enum SearchLocations |
| Visual C++ |
|---|
[FlagsAttribute] public enum class SearchLocations |
Members
| Member name | Description | |
|---|---|---|
| None |
No items
| |
| Self |
Direct contents of the selection
| |
| Descendants |
Descendants of the items in the selection
| |
| DescendantsAndSelf |
Direct contents of the selection and their descendants
|
Remarks
This enumeration is used with the property Search.Locations