|
|
Locations within Selection to search. Default is DescendantsAndSelf.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Property Locations As SearchLocations Get Set |
| C# |
|---|
public SearchLocations Locations { get; set; } |
| Visual C++ |
|---|
public: property SearchLocations Locations { SearchLocations get (); void set (SearchLocations value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |