API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_EXTDOCUMENT Property / PAGE_EXTDOCUMENT(Int32) Property

In This Topic
    PAGE_EXTDOCUMENT(Int32) Property
    In This Topic
    External document # 11058. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_EXTDOCUMENT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_EXTDOCUMENT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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