IRelationshipSetAttrValue Method (IRelAttrDef, Object) |
Stores the specified attribute value.
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 SetAttrValue(
IRelAttrDef pAttrDef,
Object attrValue
)
Parameters
- pAttrDef
- Type: PDTec.IceNet.Core.ModelIRelAttrDef
The attribute definition. - attrValue
- Type: SystemObject
The attribute value. If attrValue is null the
attribute value is removed.
See Also