Click or drag to resize
CObjectImplBaseGetRelationships Method (IRelType, RelDirection)

Namespace: PDTec.IceNet.Sdk.Implementation
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public IRelationship[] GetRelationships(
	IRelType pRelType,
	RelDirection direction
)

Parameters

pRelType
Type: PDTec.IceNet.Core.ModelIRelType
direction
Type: PDTec.IceNet.Core.ModelRelDirection

Return Value

Type: IRelationship

Implements

IObjectGetRelationships(IRelType, RelDirection)
See Also