Click or drag to resize

CObjectImplBaseGetRelationships Method (IRelType, RelDirection)

Namespace:  PDTec.IceNet.Sdk.Implementation
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
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