IRelationship.TryGetAttrValue Method (IRelAttrDef, Double) |
Attempts to get 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 bool TryGetAttrValue(
IRelAttrDef pAttrDef,
out double value
)
Parameters
- pAttrDef
- Type: PDTec.IceNet.Core.Model.IRelAttrDef
The attribute definition. - value
- Type: System.Double
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