Click or drag to resize

IObjTypeGetRelTypes Method

Retrieves all relationship types that are attached to the object type in the direction specified.

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#
IRelType[] GetRelTypes(
	RelDirection direction,
	bool inherited
)

Parameters

direction
Type: PDTec.IceNet.Core.ModelRelDirection
The direction
inherited
Type: SystemBoolean
Indicates if supertypes of this should be taken into consideration

Return Value

Type: IRelType
See Also