Click or drag to resize

UnitsGetUnits(UnitType) Method

Gets all the units corresponding to a specified unit type.

Namespace: Demo3D.Utilities
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static IList<UnitDescriptor> GetUnits(
	UnitType unitType
)

Parameters

unitType  UnitType
The UnitType to retrieve units for.

Return Value

IListUnitDescriptor
A list of UnitDescriptor instances representing the units corresponding to the specified unit type.
See Also