ArcFM Responder Mobile Developer Guide
GlobalObjectId Structure
Members 






Globally represent the ID of a feature object.
Object Model
GlobalObjectId Structure
Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Structure GlobalObjectId 
   Inherits System.ValueType
'Usage
 
Dim instance As GlobalObjectId
[System.Serializable()]
public struct GlobalObjectId : System.ValueType 
public type GlobalObjectId = class(System.ValueType)
In JScript, you can use structures in other assemblies, but you cannot define your own.
[System.Serializable()]
public __value struct GlobalObjectId : public System.ValueType 
[System.Serializable()]
public value class GlobalObjectId : public System.ValueType 
Inheritance Hierarchy

System.Object
   System.ValueType
      Miner.Responder.Shared.Replication.GlobalObjectId

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

GlobalObjectId Members
Miner.Responder.Shared.Replication Namespace

Send Feedback