Click or drag to resize
IAttrDefChangeAttrType Method
Changes the attribute type. We can only change to attribute types with the same value type.

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 ChangeAttrType(
	IAttrType pAttrType
)

Parameters

pAttrType
Type: PDTec.IceNet.Core.ModelIAttrType
The attribute type.
See Also