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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void MoveToObjType(
	IObjType pObjType
)

Parameters

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