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

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

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    See Also