Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_EXTDOCUMENT Property / PAGE_EXTDOCUMENT Property

In This Topic
    PAGE_EXTDOCUMENT Property
    In This Topic
    External document # 11058.
    Syntax
    public PropertyValue PAGE_EXTDOCUMENT {get; set;}
    public:
    property PropertyValue^ PAGE_EXTDOCUMENT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    External document that is integrated into the project via the page type "External document". In doing so, the external document is referenced by an entry in the page properties.

    See Also