API Help
Eplan.EplApi.HEServices Namespace / SelectionSet Class
Properties Methods

In This Topic
    SelectionSet Class Members
    In This Topic

    The following tables list the members exposed by SelectionSet.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines Page or InstallationSpace currently edited in graphical editor.  
    Public PropertyDetermines whether a document is selected. This will only return a document, when the selection is inside the graphical editor.  
    Public PropertyDetermines whether exactly one object is selected.  
    Public PropertyDetermines whether a page is selected.  
    Public PropertyGets the selected layers of the active project as an array.  
    Public PropertyIf set to true, the objects returned and the rest objects from project by the SelectionSet method are locked. Default value is false.  
    Public PropertyIf set to true, the objects returned by the SelectionSet methods are locked. Default value is true.  
    Public PropertyReturns selected mate objects  
    Public PropertyGets installation spaces opened in GED.  
    Public PropertyGets pages open in GED.  
    Public PropertyGets all selection project's messages.  
    Public PropertyReturn the selected projects of the active dialog as an array. If you select elements from different projects inside of one dialog you can determinate the selected projects.  
    Public PropertyGets the complete selection on the active window. Property LockProjectByDefault should be set to true before any changes on any inside elements of obtained objects.  
    Public PropertyGets the complete selection on the active window. Property LockProjectByDefault should be set to true before any changes on any inside elements of obtained objects.  
    Top
    Public Methods
     NameDescription
    Public MethodFor internal use.  
    Public MethodDetermines the active project.  
    Public Method\Returns the first selected object.  
    Public MethodGets the selected pages.  
    Top
    See Also