API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_STRUCTURESEQUENCE_PAGE Property / PROJ_STRUCTURESEQUENCE_PAGE(Int32) Property

In This Topic
    PROJ_STRUCTURESEQUENCE_PAGE(Int32) Property
    In This Topic
    Sequence of the project structures in the page name # 10089. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_STRUCTURESEQUENCE_PAGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_STRUCTURESEQUENCE_PAGE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Describes the sequence of the project structures in the page name and furthermore also defines the sorting of the pages.

    See Also