ArcFM Desktop Developer Guide
SetGlobalID Method


Sets the Object's GlobalID.
Syntax
'Declaration
 
Public Overridable Sub SetGlobalID( _
   ByVal objInfo As ObjectInfo, _
   ByVal gdbObject As IObject _
) 
'Usage
 
Dim instance As GeodatabaseAccess
Dim objInfo As ObjectInfo
Dim gdbObject As IObject
 
instance.SetGlobalID(objInfo, gdbObject)
public virtual void SetGlobalID( 
   ObjectInfo objInfo,
   IObject gdbObject
)

Parameters

objInfo
gdbObject
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GeodatabaseAccess Class
GeodatabaseAccess Members

 

 


Send Comment