ArcFM Responder Mobile Developer Guide
FieldKey Structure
Members 






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

System.Object
   System.ValueType
      Miner.Geodatabase.Integration.FieldKey

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

FieldKey Members
Miner.Geodatabase.Integration Namespace

Send Feedback