
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.Designer
EPLAN.Harness.API.Projects.Documents.Drawing2D
public abstract class GraphicDocument : RevisionableDocument, 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. |
![]() | BackupExists | Does this document have a backup file on the disc? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | 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) |
![]() | 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. |
![]() | 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) |
![]() | IsValid | Tells you whether this object is valid or not. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | 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) |
![]() | Modified | Get modified (dirty) flag on 2D and 3D documents |
![]() | 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) |
![]() | SelectSet | Gets set of selected occurrences. |
![]() | Settings | Settings stored with this document. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | UpdateTreeView | Gets or sets whether tree view is updated after changed or not. After set true the tree view is updated immediately. |
![]() | 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) |
![]() | Views | Get controller of stored views of this document. |
Name | Description | |
---|---|---|
![]() | Close | Close this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Equals | Is this document equal to the following object? (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | GetAllOccurrences | Overloaded. Get all occurrences in this document. |
![]() | GetEnvironmentOccurrences | Get environment occurrences in this document. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | Open | Open this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | 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. |
![]() | Remove | Remove the document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | 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 | Save this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document) |
![]() | SaveAsTemplate | Save this document as template. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument) |
![]() | ToString | Returns a string that represents the current object. (Inherited from EPLAN.Harness.API.ApiObject) |