Click or drag to resize
RelAttrValue Constructor
Creates an attribute value representation

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#
public RelAttrValue(
	IRelAttrDef pAttrDef,
	Object attrValue,
	bool isValueAssigned
)

Parameters

pAttrDef
Type: PDTec.IceNet.Core.ModelIRelAttrDef
The attribute definition
attrValue
Type: SystemObject
The value
isValueAssigned
Type: SystemBoolean
Indicates if a value is provided
See Also