Click or drag to resize

ObjectIndex Class

Inheritance Hierarchy

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public abstract class ObjectIndex : IEnumerable

The ObjectIndex type exposes the following members.

Constructors
  NameDescription
Protected methodObjectIndex
Initializes a new instance of the ObjectIndex class
Top
Properties
  NameDescription
Public propertyCount
Protected propertyIndexId
Public propertyIsInitialized
Cannot retrieve IDs or Objects without first being initialized
Protected propertyItem
Top
Methods
  NameDescription
Public methodGetEnumerator
Public methodGetId
Get a GUID for an Object
Public methodGetObject
Get an Object by it's ID
Public methodTryGetId
Get a GUID for an Object
Public methodTryGetObject
Get an Object by it's ID
Top
Fields
  NameDescription
Protected fieldReverseIndex
Top
See Also