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