ArcFM Server Developer Guide
GetGlobalId2 Method


Returns the Global ID value of a fiber object
Syntax
'Declaration
 
Public Function GetGlobalId2( _
   ByVal row As IRow _
) As Guid
'Usage
 
Dim instance As RowConvertor
Dim row As IRow
Dim value As Guid
 
value = instance.GetGlobalId2(row)
public Guid GetGlobalId2( 
   IRow row
)

Parameters

row
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

RowConvertor Class
RowConvertor Members

 

 


Send Comment