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: 7.2.0.0 (7.2.7583.15464)
Syntax 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