Table of Contents

Class vdIFCUnit

Namespace
vdIFC
Assembly
vdIFC.dll

Unit object used to measure types.

public class vdIFCUnit : BaseObject, IDisposable, IBaseObject, IFromString
Inheritance
vdIFCUnit
Implements
Inherited Members

Constructors

vdIFCUnit()

Initializes a new instance of this object type.

Properties

BaseUnitName

Get/Set a measurement unit for selected UnitType one of the vdIFC.SIUnitName

UnitScale

Get/Set a scale value that if multiply with a Drawing Unit value of a property, will convert it to the selected BaseUnitName

UnitType

Get/Set the Unit type vdIFC.UnitTypeEnum

Methods

FromString(string)

Sets the properties values of the object from a given string.

ToString()

Provides a string that describes the object.

ToString(Serializer)

Provides a string that describes the object using the format parameter for visualization.