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

IsDocked Property
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;}
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