
System.Object
EPLAN.Harness.API.ApiObject
EPLAN.Harness.API.Projects.Documents.ProjectEntity
EPLAN.Harness.API.Projects.Documents.Document
EPLAN.Harness.API.Projects.Documents.RevisionableDocument
EPLAN.Harness.API.Projects.Documents.GraphicDocument
EPLAN.Harness.API.Projects.Documents.Drawing2D
EPLAN.Harness.API.Projects.Documents.CableDrawing
EPLAN.Harness.API.Projects.Documents.Nailboard
public abstract class Drawing2D : GraphicDocument, EPLAN.Harness.API.Interfaces.IApiObject, EPLAN.Harness.API.Occurrences.Interfaces.IUserDefinedProperties
Name | Description | |
---|---|---|
![]() | AllowRendering | Gets or sets whether scene is updated after changed or not. After set true the scene is updated immediately. (Inherited from EPLAN.Harness.API.Projects.Documents.GraphicDocument) |
![]() | BackupExists | Does this document have a backup file on the disc? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Camera | Camera of this drawing. |
![]() | CreatedBy | Name of the document author. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | CreatedDate | When was the document created. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | Description | Description of the document. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | DisplayConfiguration | Gets current display configuration of this drawing. |
![]() | ElectricalConfigurationInfo | Get electrical configuration of this drawing. |
![]() | GlobalGrid | Global grid of this drawing. |
![]() | HasFocus | Does this document have focus in the UI? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | HasRevision | Does this document have a revision? (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | HighlightSet | Gets set of highlighted occurrences. (Inherited from EPLAN.Harness.API.Projects.Documents.GraphicDocument) |
![]() | ID | ID of the HpD object. (Inherited from EPLAN.Harness.API.ApiObject) |
![]() | IsOpened | Is this document opened? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | IsOpenedAsReadOnly | Is this document open as read only? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | IsRevision | Is this document part of a revision? (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | IsUpToDate | Is this drawing up to date? |
![]() | IsValid | Overridden. Tells you whether this object is valid or not. |
![]() | LastModified | When was the document last modified. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | LastModifiedBy | The user who modified the document last. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | LastUpdate | Get last update date of this document. |
![]() | LayerManagement | Layer management of this drawing. |
![]() | Modified | Get modified (dirty) flag on 2D and 3D documents (Inherited from EPLAN.Harness.API.Projects.Documents.GraphicDocument) |
![]() | Name | Name of the document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Path | Path to the document file. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity) |
![]() | Revisions | List all revisions this document has. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | RevisionText | Note related to revision of this document. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | Scale | Scale of this drawing. |
![]() | SelectSet | Gets set of selected occurrences. (Inherited from EPLAN.Harness.API.Projects.Documents.GraphicDocument) |
![]() | Settings | Settings saved with this drawing. |
![]() | UpdateTreeView | Gets or sets whether tree view is updated after changed or not. After set true the tree view is updated immediately. (Inherited from EPLAN.Harness.API.Projects.Documents.GraphicDocument) |
![]() | UserDefinedProperties | List of User-defined properties of this document or project. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | Variant | Gets parent variant of this document. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | ViewOption | View option of the drawing. |
![]() | Views | Get controller of stored views of this document. (Inherited from EPLAN.Harness.API.Projects.Documents.GraphicDocument) |
Name | Description | |
---|---|---|
![]() | ApplyDisplayConfiguration | Apply selected display configuration to this drawing. |
![]() | AssignObjectsToLayersByTypes | Assign objects in drawing to layers by its layer types. |
![]() | Close | Close this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | CreateArc | Creates an arc on a circle circumscribed to a triangle specified by three points. First two point parameters are endpoints of the arc. |
![]() | CreateCircle | Overloaded. Creates a circle circumscribed to a triangle specified by points. |
![]() | CreateDimension | Creates a free dimension between two points in drawing. |
![]() | CreateEllipse | Creates an ellipse specified by center and minor and major radii. |
![]() | CreateLine | Creates a line between two specified points. |
![]() | CreatePoint | Creates a point on specified position. |
![]() | CreatePolygon | Creates a polygon through specified points. |
![]() | CreatePolyLine | Draws a poly line through specified points. |
![]() | CreateRectangle | Creates a rectangle based on specified points. |
![]() | CreateSpline | Draws a spline through specified points. |
![]() | DeleteOccurrence | Delete occurrence from this drawing. |
![]() | Equals | Is this document equal to the following object? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Export | Export this drawing to a file. |
![]() | FlipObjectHorizontally | Flip object horizontally. |
![]() | FlipObjectVertically | Flip object vertically. |
![]() | GetAllOccurrences | Overloaded. Overridden. Get all occurrences in this document. |
![]() | GetAllTables | Get all table occurrences in the drawing document. |
![]() | GetDefaultLayer | Returns name of the default layer of this document. |
![]() | GetEnvironmentOccurrences | Overridden. Get environment occurrences in this document. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | GetLayers | Returns names of all layers in this document. |
![]() | GetSources | Get derivation sources of this drawing. |
![]() | Hide | Hide selected occurrences. |
![]() | HideAllButMe | Hide all occurrences in this drawing except of the selected ones. |
![]() | ImportDrawing | Import and place drawing from file. |
![]() | ImportImage | Import and place raster image from file. |
![]() | Open | Overridden. Open this document. |
![]() | PlaceAccessoryListTable | Place list of accessories table. |
![]() | PlaceAssemblyTable | Place assembly / device content table. |
![]() | PlaceBalloons | Insert balloons to drawings. |
![]() | PlaceBomTable | Place bill of materials table. |
![]() | PlaceCableTieSymbol | Place a symbol of cable tie into drawing. It is placed on 0, 0 coordinates. |
![]() | PlaceConnectableObjectSymbol | Place a symbol of connectable object symbol into drawing. It is placed on 0, 0 coordinates. See examples how to obtain a control point or an end symbol. |
![]() | PlaceCustomTable | Place custom table. |
![]() | PlaceDrawingBorder | Place drawing border from library. |
![]() | PlaceDrawingHeader | Place drawing header from library. |
![]() | PlaceDrawingNotesTable | Place drawing notes table. |
![]() | PlaceLabelSymbol | Place a symbol of label into drawing. It is placed on 0, 0 coordinates. |
![]() | PlacePartSymbol | Place symbol of mechanical part from library. |
![]() | PlacePlotFrame | Place plot frame. |
![]() | PlaceRasterWithPositions | Place raster with positions. |
![]() | PlaceSpecialComponentSymbol | Place a symbol of special component into drawing. It is placed on 0, 0 coordinates. |
![]() | PlaceSpecialComponentTable | Place special electrical components table. |
![]() | PlaceSpecifiedBalloons | Insert BOM (bill of materials) balloons to drawings. |
![]() | PlaceSpiderDiagram | Place spider diagram. |
![]() | PlaceSurfaceProtectionLegend | Place surface protection legend. |
![]() | PlaceSurfaceProtectionTable | Place surface protection table. |
![]() | PlaceSymbol | Place symbol from library. |
![]() | PlaceWireList | Place wire list. |
![]() | Promote | If this document is part of a revision, it gets promoted to a normal document. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | ReloadPropertyPanel | Reload property panel of this document to show current state of all controls in the panel. (Inherited from EPLAN.Harness.API.Projects.Documents.GraphicDocument) |
![]() | Remove | Remove the document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | RemoveSources | Remove given source(s) from this drawing. |
![]() | Restore | Restore this document from backup. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Revise | Create new revision of this document. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | Save | Overridden. Save this document. |
![]() | SaveAsTemplate | Save this document as template. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | Show | Show selected occurrences. |
![]() | ShowAllObjects | Show all occurrences in this drawing. |
![]() | ToString | Returns a string that represents the current object. (Inherited from EPLAN.Harness.API.ApiObject) |
![]() | Update | Update this drawing. Any changes in source documents will show up in the drawing. |