Click or drag to resize
IObjectGetAttrValue Method (String, String)
Retrieves the specified attribute value.

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#
Object GetAttrValue(
	string declaringTypeName,
	string attrDefName
)

Parameters

declaringTypeName
Type: SystemString
Name of the object type the attribute is defined in
attrDefName
Type: SystemString
Attribute definition name

Return Value

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