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

In This Topic
    PAGE_DONT_CHANGESTANDARD(Int32) Property
    In This Topic
    Change of standard: Do not rotate and flip # 11060. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_DONT_CHANGESTANDARD( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_DONT_CHANGESTANDARD {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Pages with this property are not rotated or flipped when changing standards. This property is activated by default for pages with type "Fluid power schematic".

    See Also