Autodesk Vault ProfessionalVault API

UnitOfMeasure Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A Unit of Measure.

Syntax

public class UnitOfMeasure 
Public Class UnitOfMeasure 

Properties

NameDescription
AbbrThe abbreviated name.
BaseUofMIDThe base Unit of Measure. If the object is its own base unit, then this value is equal to UofMID.
ConversionThe 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.
IdThe ID of the object.
SysNameSystem name of the unit of measure
SysUofMIf true, the object is a system Unit of Measure and cannot be modified. If false, the object is a user-defined Unit of Measure.
UnitNameThe name of the unit.

Returned By

Where you get a UnitOfMeasure — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.UnitOfMeasure

See Also