Click or drag to resize
IObjectSetAttrValues Method
Set multiple attribute values with a single method call.

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 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