DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="3.5.0-beta6752" />

 Quantity

public class Quantity
An object representing a property which is measurable. A Quantity can be defined or derived from other quantities.
public string Name { get; }

Gets the Name of for a Quantity

public string TypeId { get; }

Gets the Forge type schema identifier for a Quantity

public IEnumerable<Unit> Units { get; }

Gets all available Units associated with a Quantity.

public static Quantity ByTypeID(string typeId)

Creates a Quantity object from its Forge type schema identifier string.

public static bool op_Equality(Quantity lhs, Quantity rhs)

public static bool op_Inequality(Quantity lhs, Quantity rhs)