Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / InstallationSpacePropertyList Class / INSTALLATIONSPACE_REVISION_LOG_DRAFT Property / INSTALLATIONSPACE_REVISION_LOG_DRAFT Property

In This Topic
    INSTALLATIONSPACE_REVISION_LOG_DRAFT Property
    In This Topic
    Layout space in draft mode # 36451.
    Syntax
    public PropertyValue INSTALLATIONSPACE_REVISION_LOG_DRAFT {get; set;}
    public:
    property PropertyValue^ INSTALLATIONSPACE_REVISION_LOG_DRAFT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    When you carry out changes in a layout space in a revision, it is identified as "Draft". This is displayed graphically by a watermark in the 3D view and this property is assigned to the layout space. This identifier stays there until you close the layout space.

    See Also