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: 6.0.0.0 (6.0.6225.27214)
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