Click or drag to resize

IObjectGetRelationships Method (RelDirection)

Retrieves all attached relationships of a specific direction (regardless of their relationship type).

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
IRelationship[] GetRelationships(
	RelDirection direction
)

Parameters

direction
Type: PDTec.IceNet.Core.ModelRelDirection
The direction

Return Value

Type: IRelationship
The relationships
See Also