| IObjectSetAttrValue Method (IAttrDef, Object) | 
            Stores the specified attribute value.
            
 
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid 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