Click or drag to resize

IRelTypeAddObjType Method

Add a new object type to a relationship role.

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#
void AddObjType(
	IObjType pObjType,
	Direction direction
)

Parameters

pObjType
Type: PDTec.IceNet.Core.ModelIObjType
The object type
direction
Type: PDTec.IceNet.Core.ModelDirection
The direction of the role
See Also