Click or drag to resize
IRelationshipSetAttrValues 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(
	RelAttrValue[] aValues
)

Parameters

aValues
Type: PDTec.IceNet.Core.ModelRelAttrValue
Multiple attribute values. The array does not have to be complete. It is possible to set a subset of the attributes available.
See Also