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: 6.0.0.0 (6.0.6225.27214)
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