ObjectQuery.SearchAreas Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of search areas that define the regions to look for objects.
public:
property System::Collections::Generic::IList<Microsoft::Azure::ObjectAnchors::ObjectSearchArea ^> ^ SearchAreas { System::Collections::Generic::IList<Microsoft::Azure::ObjectAnchors::ObjectSearchArea ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Azure.ObjectAnchors.ObjectSearchArea> SearchAreas { get; }
member this.SearchAreas : System.Collections.Generic.IList<Microsoft.Azure.ObjectAnchors.ObjectSearchArea>
Public ReadOnly Property SearchAreas As IList(Of ObjectSearchArea)