Click or drag to resize

IRelTypeRemoveObjType Method

Remove an object type from a relationship role. Implicitly delete relationship instances that become invalid.

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 RemoveObjType(
	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