Click or drag to resize
IVisualClustersIndexerGetNearestEntitiesWithinRadius Method (IEntity, String, ListIEntity, Double)
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.GetNearestEntitiesWithinRadius(ZU.Core.IEntity,System.String,System.Collections.Generic.List{ZU.Core.IEntity},System.Double)"]

Namespace: ZU.Semantic.Spatial.Indexing
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
List<IEntity> GetNearestEntitiesWithinRadius(
	IEntity entity,
	string kindFilter,
	List<IEntity> allEntities,
	double radius
)

Parameters

entity
Type: ZU.CoreIEntity

[Missing <param name="entity"/> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.GetNearestEntitiesWithinRadius(ZU.Core.IEntity,System.String,System.Collections.Generic.List{ZU.Core.IEntity},System.Double)"]

kindFilter
Type: SystemString

[Missing <param name="kindFilter"/> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.GetNearestEntitiesWithinRadius(ZU.Core.IEntity,System.String,System.Collections.Generic.List{ZU.Core.IEntity},System.Double)"]

allEntities
Type: System.Collections.GenericListIEntity

[Missing <param name="allEntities"/> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.GetNearestEntitiesWithinRadius(ZU.Core.IEntity,System.String,System.Collections.Generic.List{ZU.Core.IEntity},System.Double)"]

radius
Type: SystemDouble

[Missing <param name="radius"/> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.GetNearestEntitiesWithinRadius(ZU.Core.IEntity,System.String,System.Collections.Generic.List{ZU.Core.IEntity},System.Double)"]

Return Value

Type: ListIEntity

[Missing <returns> documentation for "M:ZU.Semantic.Spatial.Indexing.IVisualClustersIndexer.GetNearestEntitiesWithinRadius(ZU.Core.IEntity,System.String,System.Collections.Generic.List{ZU.Core.IEntity},System.Double)"]

See Also