HPS.Exchange.BIMType
- class HPS.Exchange.BIMType : public HPS.Sprocket
BIM Type
Public Functions
- BIMType (HPS.Exchange.BIMType in_bim_type)
The copy constructor creates a new BIMType object that is associated with the same data as the source BIMType.
- Param in_bim_type
The source BIMType to copy.
- bool Equals (HPS.Exchange.BIMType in_bim_type)
- HPS.Exchange.Component[] GetComponents ()
Get the components that are associated with this type.
- Return
an array of components that are associated with this type.
- string GetName ()
Get the name of this type.
- Return
the name of this type.
- override HPS.Type ObjectType ()
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Return
The declared type of the object in question, which may differ from the true, underlying type.