Procedure for selecting positioned relations
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool SelectPositionedRelationsProcedure( string ownerID, out SortedDictionary<int, IFieldCollection> targetsWithPositions ) |
Visual Basic |
---|
Function SelectPositionedRelationsProcedure ( _ ownerID As String, _ <OutAttribute> ByRef targetsWithPositions As SortedDictionary(Of Integer, IFieldCollection) _ ) As Boolean |
Visual C++ |
---|
bool SelectPositionedRelationsProcedure( String^ ownerID, [OutAttribute] SortedDictionary<int, IFieldCollection^>^% targetsWithPositions ) |
Parameters
- ownerID
- Type: System..::..String
Unique ID of the owner object
- targetsWithPositions
- Type: System.Collections.Generic..::..SortedDictionary<(Of <(<'Int32, IFieldCollection>)>)>%
Output of sorted dictionary of target objects as field collections, indexed by their positions as keys. It is up to the manager to convert the fields into objects, and add them to the relations