Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
List of all members
HPS.Exchange.BIMRelationship Class Reference
Inheritance diagram for HPS.Exchange.BIMRelationship:

Public Member Functions | |
BIMRelationship () | |
BIMRelationship (HPS.Exchange.BIMRelationship in_relationship) | |
override void | Dispose () |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Exchange.BIMRelationship in_relationship) |
override int | GetHashCode () |
HPS.Exchange.BIMRelationshipEntity [] | GetRelatedEntities () |
HPS.Exchange.BIMRelationshipEntity | GetRelatingEntity () |
HPS.Exchange.BIMRelationshipType | GetType () |
override HPS.Type | ObjectType () |
![]() | |
Sprocket (HPS.Sprocket in_that) | |
![]() | |
virtual bool | Empty () |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
bool | HasType (HPS.Type in_mask) |
Object (HPS.Object that) | |
virtual void | Reset () |
virtual HPS.Type | Type () |
Static Public Member Functions | |
static bool | operator!= (HPS.Exchange.BIMRelationship a, HPS.Exchange.BIMRelationship b) |
static bool | operator== (HPS.Exchange.BIMRelationship a, HPS.Exchange.BIMRelationship b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
BIM relationship
Constructor & Destructor Documentation
◆ BIMRelationship() [1/2]
|
inline |
The default constructor creates an empty BIMRelationship object.
◆ BIMRelationship() [2/2]
|
inline |
The copy constructor creates a new BIMRelationship object that is associated with the same data as the source BIMRelationship.
- Parameters
-
in_relationship The source BIMRelationship to copy.
Member Function Documentation
◆ Equals()
|
inline |
Check if the source BIMRelationship is equivalent to this BIMRelationship.
- Parameters
-
in_relationship The source BIMRelationship to compare to this BIMRelationship.
- Returns
- true if the objects are equivalent, false otherwise.
◆ GetRelatedEntities()
|
inline |
Get an array of related BIMRelationshipEntity.
- Returns
- an array of BIMRelationshipEntity acting as related in the BIMRelationship.
◆ GetRelatingEntity()
|
inline |
Get the relating BIMRelationshipEntity.
- Returns
- the RelatingshipEntity acting as relating in the BIMRelationship.
◆ GetType()
|
inline |
Get the type of this BIMRelationship.
- Returns
- the BIMRelationshipType of this BIMRelationship.
◆ ObjectType()
|
inlinevirtual |
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).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
The documentation for this class was generated from the following file:
- internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs