Click or drag to resize
ISpatialRangeObservableCollectionT Interface
Zet Universe

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

This interface supports Zet Universe and is not intended to be used directly from your code.

Namespace: ZU.Semantic.Spatial.Collections
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#
public interface ISpatialRangeObservableCollection<T> : ISpatialItemsSource, 
	ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:ZU.Semantic.Spatial.Collections.ISpatialRangeObservableCollection`1"]

The ISpatialRangeObservableCollectionT type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionT.)
Public propertyExtent
Public propertyIsReadOnly (Inherited from ICollectionT.)
Public propertyScale
Public propertySpatialIndex
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionT.)
Public methodClear (Inherited from ICollectionT.)
Public methodContains (Inherited from ICollectionT.)
Public methodCopyTo (Inherited from ICollectionT.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Public methodQuery
Public methodRemove (Inherited from ICollectionT.)
Top
Events
See Also