ArcFM Desktop Developer Guide
BuildEntityCollection Method


Syntax
'Declaration
 
Public Shared Function BuildEntityCollection( _
   ByVal lookup As RowConvertor, _
   ByVal selectedRow As IRow _
) As SpliceSchematicEntityCollection
'Usage
 
Dim lookup As RowConvertor
Dim selectedRow As IRow
Dim value As SpliceSchematicEntityCollection
 
value = SpliceSchematicEntityFactory.BuildEntityCollection(lookup, selectedRow)
public static SpliceSchematicEntityCollection BuildEntityCollection( 
   RowConvertor lookup,
   IRow selectedRow
)

Parameters

lookup
selectedRow
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

SpliceSchematicEntityFactory Class
SpliceSchematicEntityFactory Members

 

 


Send Comment