Class vdXPropertyIFCQuantity
- Namespace
- vdIFC
- Assembly
- vdIFC.dll
An object type that overrides the vdXProperty and used to keep IFC quantity value properties
public class vdXPropertyIFCQuantity : vdXProperty, IDisposable, ICloneable, IBaseObject, IvdProxySerializer, IVDSerialise
- Inheritance
-
vdXPropertyIFCQuantity
- Implements
- Inherited Members
Constructors
- vdXPropertyIFCQuantity()
Initializes the object.
- vdXPropertyIFCQuantity(string, double, UnitTypeEnum)
Initializes the object with passed properties.
Properties
- ReferenceUnit
Returns the vdIFCUnit from Units that this object is reference to.
Methods
- DeSerialize(DeSerializer, string, object)
This Function is called foreach field name of the object when opening in vdml format.
- Serialize(Serializer)
This Function is called when saving the object to vdml format.
- ToString()
Gets a System.String that represents allt the object properties.