Click or drag to resize

IRelationshipGetAttrValue Method (IRelAttrDef)

Retrieves 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
C#
Object GetAttrValue(
	IRelAttrDef pAttrDef
)

Parameters

pAttrDef
Type: PDTec.IceNet.Core.ModelIRelAttrDef
The attribute definition.

Return Value

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