| IObjectTryGetAttrValue Method (String, String, Double) | 
            Attempts to get 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)
Syntaxbool TryGetAttrValue(
	string declaringTypeName,
	string attrDefName,
	out double value
)
Parameters
- declaringTypeName
 - Type: SystemString
The name of the object type the attribute definition is defined in. - attrDefName
 - Type: SystemString
The attribute definition name. - value
 - Type: SystemDouble
The specified attribute value if the attribute is assigned; otherwise, the default value for the corresponding attribute value type. 
Return Value
Type: 
Booleantrue if the specified attribute value is assigned; otherwise 
false.
See Also