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