System.Object
   Eplan.EplApi.MasterData.PropertiesAndHandleObject
      Eplan.EplApi.MasterData.MDPartsDatabaseItem
         Eplan.EplApi.MasterData.MDConstruction
System.Object
   Eplan.EplApi.MasterData.PropertiesAndHandleObject
      Eplan.EplApi.MasterData.MDPartsDatabaseItem
         Eplan.EplApi.MasterData.MDConstruction
public class MDConstruction : MDPartsDatabaseItem
public ref class MDConstruction : public MDPartsDatabaseItem
| Name | Description | |
|---|---|---|
|  | AdoId | Gets a unique identifier in the database, where the database item is stored (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem) | 
|  | Database | Gets the database, where the database item is stored (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem) | 
|  | DrillingPositions | Get all drilling positions that belongs to the construction. | 
|  | Name | Returns the name of the construction. | 
|  | Properties | .NET Property enabling access to P8 properties of the PartsDatabaseItem object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem) | 
|  | Type | Overridden. Returns the part type of the part. | 
| Name | Description | |
|---|---|---|
|  | AddDrillingPosition | Add a new drilling position to the part. That drilling position is added to the end of the drilling position list. | 
|  | Dispose() | Destructor for deterministic finalization of MDConstruction object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObject) | 
|  | GetTimeStampOfLastChange | Gets the TimeStamp of the last change from a DatabaseItem (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem) | 
|  | RemoveDrillingPosition | Removes the given drilling position from the part. | 
|  | ToDataModelIdentifier | Returns data model identifier which identifies this object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem) |