Click or drag to resize

IObjectSetAttrValue Method (IAttrDef, Object)

Stores the specified attribute value.

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 SetAttrValue(
	IAttrDef pAttrDef,
	Object attrValue
)

Parameters

pAttrDef
Type: PDTec.IceNet.Core.ModelIAttrDef
The attribute definition.
attrValue
Type: SystemObject
The attribute value. If attrValue is null the attribute value is removed.
See Also