| IObjectGetAttrValue Method (IAttrDef, Boolean) | 
Note: This API is now obsolete.
            Retrieves the specified attribute value and indicates if the value is assigned.
            
 
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax[ObsoleteAttribute("Use TryGetAttrValue instead.")]
Object GetAttrValue(
	IAttrDef pAttrDef,
	out bool isAssigned
)Parameters
- pAttrDef
 - Type: PDTec.IceNet.Core.ModelIAttrDef
The attribute definition. - 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: 
ObjectThe attribute value if the attribute is assigned, otherwise the default value for the corresponding attribute value type.
See Also