ArcFM Server Developer Guide
GetAllGroupsByEntityId Method


Syntax
'Declaration
 
Public Function GetAllGroupsByEntityId( _
   ByVal entityId As String _
) As List(Of SpliceSchematicConnectionGroup)
'Usage
 
Dim instance As SpliceSchematicConnectionGroupCache
Dim entityId As String
Dim value As List(Of SpliceSchematicConnectionGroup)
 
value = instance.GetAllGroupsByEntityId(entityId)
public List<SpliceSchematicConnectionGroup> GetAllGroupsByEntityId( 
   string entityId
)

Parameters

entityId
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

SpliceSchematicConnectionGroupCache Class
SpliceSchematicConnectionGroupCache Members

 

 


Send Comment