Click or drag to resize

IObjectGetRelationships Method (IRelType, RelDirection)

Retrieves all attached relationships of a specific relationship type in a specific direction.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
IRelationship[] GetRelationships(
	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 relationships
See Also