Click or drag to resize

IRelationshipGetAttrValue Method (String, Boolean)

Note: This API is now obsolete.

Retrieves the specified attribute value and indicates if the value is assigned.

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#
[ObsoleteAttribute("Use TryGetAttrValue instead.")]
Object GetAttrValue(
	string attrDefName,
	out bool isAssigned
)

Parameters

attrDefName
Type: SystemString
Attribute definition name
isAssigned
Type: SystemBoolean
If set to true the returned value is assigned. Otherwise the returned value is the default value of the attribute type.

Return Value

Type: Object
The attribute value if the attribute is assigned, otherwise the default value for the corresponding attribute value type.
See Also