SpatialQueryResult.Overlaps Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Liste des composants de maillage qui chevauchent le volume défini dans les paramètres d’entrée. La longueur maximale de cette liste est déterminée par le membre MaxResults dans l’entrée.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::MeshComponent ^> ^ Overlaps { System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::MeshComponent ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.MeshComponent> Overlaps { get; }
member this.Overlaps : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.MeshComponent>
Public ReadOnly Property Overlaps As IReadOnlyList(Of MeshComponent)