Click or drag to resize

IAttrDefMoveToObjType Method

Moves the attribute definition to a different object type. The object instances keep their attribute values if their object type still contains the attribute definition after this action.

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 MoveToObjType(
	IObjType pObjType
)

Parameters

pObjType
Type: PDTec.IceNet.Core.ModelIObjType
The target object type
See Also