| IObjectSetAttrValues Method  | 
            Set multiple attribute values with a single method call.
            
 
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid SetAttrValues(
	AttrValue[] aValues
)
Parameters
- aValues
 - Type: PDTec.IceNet.Core.ModelAttrValue
Multiple attribute values. The array does not 
            have to be complete. It is possible to set a subset of the attributes available. 
See Also