ArcFM Desktop Developer Guide
TryGetGlobalIdIndex(IObjectClass,Int32) Method


Syntax
'Declaration
 
Public Overloads Function TryGetGlobalIdIndex( _
   ByVal objectClass As IObjectClass, _
   ByRef index As Integer _
) As Boolean
'Usage
 
Dim instance As RowConvertor
Dim objectClass As IObjectClass
Dim index As Integer
Dim value As Boolean
 
value = instance.TryGetGlobalIdIndex(objectClass, index)
public bool TryGetGlobalIdIndex( 
   IObjectClass objectClass,
   out int index
)

Parameters

objectClass
index
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
Overload List

 

 


Send Comment