UnitOfMeasure Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A Unit of Measure.
Syntax
public class UnitOfMeasure Public Class UnitOfMeasure Properties
| Name | Description |
|---|---|
| Abbr | The abbreviated name. |
| BaseUofMID | The base Unit of Measure. If the object is its own base unit, then this value is equal to UofMID. |
| Conversion | The conversion factor. This number is used to convert from the base unit. If the object is its own base unit, this value should be 1. |
| Id | The ID of the object. |
| SysName | System name of the unit of measure |
| SysUofM | If true, the object is a system Unit of Measure and cannot be modified. If false, the object is a user-defined Unit of Measure. |
| UnitName | The name of the unit. |
Returned By
Where you get a UnitOfMeasure — members that return one.
- ItemService.AddUnitOfMeasure
- ItemService.GetAllBaseUnitsOfMeasure
- ItemService.GetAllUnitsOfMeasure
- ItemService.GetUnitOfMeasureById
- ItemService.GetUnitOfMeasureFamilyByUnitOfMeasureId
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.UnitOfMeasure