API Help
Eplan.EplApi.HEServices Namespace / SelectionSet Class / Document Property

In This Topic
    Document Property
    In This Topic
    Determines whether a document is selected. This will only return a document, when the selection is inside the graphical editor.
    Syntax
    public DocumentBase Document {get;}
    public:
    property DocumentBase^ Document {
       DocumentBase^ get();
    }

    Property Value

    the document selected and null if not available.
    See Also