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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Specifies the source used for generating the page. Symbol libraries, symbols, and symbol variants are entered from the symbol editor. The full file name is entered from the form editor and plot frame editor.

    See Also