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

In This Topic
    PAGE_SCALE_RELATION(Int32) Property
    In This Topic
    Scale (ratio) # 11044. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PAGE_SCALE_RELATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_SCALE_RELATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Shows the contents of the property Scale (ID 11048) as a property , for example "10 : 1" or "1 : 4". You can place this property as a special text on project pages.

    See Also