ArcFM Responder Mobile Developer Guide
ObjectKey Structure
Members 






A combination of the ObjectID and the ObjectClassID serves as a unique identifier for object in the geodatabase.
Object Model
ObjectKey Structure
Syntax
'Declaration
 
Public Structure ObjectKey 
   Inherits System.ValueType
'Usage
 
Dim instance As ObjectKey
public struct ObjectKey : System.ValueType 
public type ObjectKey = class(System.ValueType)
In JScript, you can use structures in other assemblies, but you cannot define your own.
public __value struct ObjectKey : public System.ValueType 
public value class ObjectKey : public System.ValueType 
Inheritance Hierarchy

System.Object
   System.ValueType
      Miner.Geodatabase.Integration.ObjectKey

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ObjectKey Members
Miner.Geodatabase.Integration Namespace

Send Feedback