Click or drag to resize
IObjectGetRelationships Method (String, RelDirection)
Retrieves all attached relationships of a specific role (relationship type/direction combination).

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[] GetRelationships(
	string relTypeName,
	RelDirection direction
)

Parameters

relTypeName
Type: SystemString
The name of the relationship type
direction
Type: PDTec.IceNet.Core.ModelRelDirection
The direction

Return Value

Type: IRelationship
The relationships
See Also