HPS::Exchange::BIMType

class HPS.Exchange.BIMType : public HPS.Sprocket

BIM Type

Public Functions

BIMType ()

The default constructor creates an empty BIMType object.

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.

override void Dispose ()
bool Equals (HPS.Exchange.BIMType in_bim_type)

Check if the source BIMType is equivalent to this BIMType.

Param in_bim_type

The source BIMType to compare to this BIMType.

Return

true if the objects are equivalent, false otherwise.

override bool Equals (Object obj)
HPS.Exchange.Component[] GetComponents ()

Get the components that are associated with this type.

Return

an array of components that are associated with this type.

override int GetHashCode ()
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.

Public Static Functions

bool operator!= (HPS.Exchange.BIMType a, HPS.Exchange.BIMType b)
bool operator== (HPS.Exchange.BIMType a, HPS.Exchange.BIMType b)