API Help
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / IsDocumentReferenceActive Property

In This Topic
    IsDocumentReferenceActive Property (IPlaceHolder)
    In This Topic
    Activates the properties of the page/installation space for the place holder object.
    Syntax
    bool IsDocumentReferenceActive {get; set;}
    property bool IsDocumentReferenceActive {
       bool get();
       void set (    bool value);
    }
    Remarks
    If true then page/installation space properties will be displayed in the properties dialog.
    See Also