API Help
Eplan.EplApi.DataModel.E3D Namespace / InstallationSpacePropertyList Class / INSTALLATIONSPACE_NAME_IN_EVALUATION_FORMAT Property / INSTALLATIONSPACE_NAME_IN_EVALUATION_FORMAT(Int32) Property

In This Topic
    INSTALLATIONSPACE_NAME_IN_EVALUATION_FORMAT(Int32) Property
    In This Topic
    Layout space name (in reports) # 36455. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue INSTALLATIONSPACE_NAME_IN_EVALUATION_FORMAT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INSTALLATIONSPACE_NAME_IN_EVALUATION_FORMAT {
       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..

    This property is intended for use in reports. The layout space name is specified here in brackets to differentiate it from page names.

    See Also