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

In This Topic
    PAGE_ADDITIONALSHEETNUMBER(Int32) Property
    In This Topic
    Suppl. field: Sheet no. # 11033. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_ADDITIONALSHEETNUMBER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_ADDITIONALSHEETNUMBER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The sheet number is used in addition to the page name and can consist of any combination of numbers and letters. It must be unique within an identifier block (same higher-level function / mounting location). A start number must be entered, e.g. M1 or LM010, so that the property can be automatically assigned in reports.

    See Also