Click or drag to resize

UnitManagerGetConversionUnits Method (IObjType)

Retrieves application units for a specific object 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(
	IObjType pObjType
)

Parameters

pObjType
Type: PDTec.IceNet.Core.ModelIObjType
The object type

Return Value

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