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.0.0.0 (7.0.6906.26599)
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