Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / IsDocumentReferenceActive Property

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