Click or drag to resize
IUnitBaseTryGetD Method
Attempts to retrieve the D attribute.

Namespace: PDTec.IceNet.Domain.UnitOfMeasurement.BusinessObjects
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
bool TryGetD(
	out double value
)

Parameters

value
Type: SystemDouble
The D attribute value if the attribute is assigned; otherwise, the default value for the Real attribute value type.

Return Value

Type: Boolean
true if the attribute is assigned; otherwise false.
See Also