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.0.0.0 (7.0.6906.26599)
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