Click or drag to resize

UnitManagerGetConversionUnits Method (IRelType)

Retrieves application units for a specific relationship type.

Namespace:  PDTec.IceNet.Domain.UnitOfMeasurement
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public Dictionary<string, AttributeUnit> GetConversionUnits(
	IRelType pRelType
)

Parameters

pRelType
Type: PDTec.IceNet.Core.ModelIRelType
The relationship type

Return Value

Type: DictionaryString, AttributeUnit
Dictionary (AttrDefId -> AttributeUnit)
See Also