Eplan Platform API
Eplan.EplApi.HEServices Namespace / SelectionSet Class

In This Topic
    SelectionSet Class Properties
    In This Topic

    For a list of all members of this type, see SelectionSet members.

    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
    See Also