Return the "SelectPositionedRelationsProcedure" delegate, by the given target type
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
SelectPositionedRelationsProcedure Get_Procedure_SelectPositionedRelations(
Type targetType
) |
Visual Basic |
---|
Function Get_Procedure_SelectPositionedRelations ( _
targetType As Type _
) As SelectPositionedRelationsProcedure |
Visual C++ |
---|
SelectPositionedRelationsProcedure^ Get_Procedure_SelectPositionedRelations(
Type^ targetType
) |
Parameters
- targetType
- Type: System..::..Type
Type of the target for relation object
Field Value
Delegate type "SelectPositionedRelationsProcedure"
Return Value
Returns the found delegate for the given targe type. Return null is doesn't exist
See Also