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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of the form used by the page. Selection is made from a list of available forms.

    See Also