Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDConstruction Class
Members

MDConstruction Class
When a part will be fixed on a mounting panel, several holes are nessesary. The definition how to drill that holes is represented by a MDConstruction object
Inheritance Hierarchy

System.Object
   Eplan.EplApi.MasterData.PropertiesAndHandleObject
      Eplan.EplApi.MasterData.MDPartsDatabaseItem
         Eplan.EplApi.MasterData.MDConstruction

Syntax
public class MDConstruction : MDPartsDatabaseItem 
Remarks
To use that construction on a MDPart object, set the property ARTICLE_REF_CONSTRUCTION_NAME to the name of the referenced construction
Public Properties
 NameDescription
Public PropertyGets a unique identifier in the database, where the database item is stored (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
Public PropertyGets the database, where the database item is stored (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
Public PropertyGet all drilling positions that belongs to the construction.  
Public PropertyReturns the name of the construction.  
Public Property.NET Property enabling access to P8 properties of the PartsDatabaseItem object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
Public PropertyOverridden. Returns the part type of the part.  
Top
Public Methods
 NameDescription
Public MethodAdd a new drilling position to the part. That drilling position is added to the end of the drilling position list.  
Public MethodDestructor for deterministic finalization of MDConstruction object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObject)
Public MethodRemoves the given drilling position from the part.  
Public MethodReturns data model identifier which identifies this object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
Top
See Also