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

In This Topic
    INSTALLATIONSPACE_REVISION_LOG_DRAFT(Int32) Property
    In This Topic
    Layout space in draft mode # 36451. This property isn't indexed.
    Syntax
    public PropertyValue INSTALLATIONSPACE_REVISION_LOG_DRAFT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INSTALLATIONSPACE_REVISION_LOG_DRAFT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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