Click or drag to resize
IObjectGetSingleRelationship Method (IRelType, RelDirection)
Retrieves a single relationship (omit the array overhead).

Namespace: PDTec.IceNet.Core.Model
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
IRelationship GetSingleRelationship(
	IRelType pRelType,
	RelDirection direction
)

Parameters

pRelType
Type: PDTec.IceNet.Core.ModelIRelType
The relationship type.
direction
Type: PDTec.IceNet.Core.ModelRelDirection
The direction.

Return Value

Type: IRelationship
The relationship (random selection if multiple relationships are available)
See Also