Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / TextBase Class / IsDocked Property

In This Topic
    IsDocked Property
    In This Topic
    Gets/Sets a value that indicates whether the text is docked or not. Setting IsDocked to true is possible only on PropertyPlacement object which Parent is a SymbolReference object.
    Syntax
    public bool IsDocked {get; set;}
    public:
    property bool IsDocked {
       bool get();
       void set (    bool value);
    }
    Exceptions
    ExceptionDescription
    Thrown when property cannot be set.
    Thrown when the PropertyPlacement object has not been initialized.
    Thrown when property cannot be set i.e. it is not possible to dock first PropertyPlacement.
    See Also