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

Contents Property (TextBase)
Contents of object represented by this type.
Syntax
public virtual MultiLangString Contents {get; set;}

Property Value

Eplan.EplApi.Base.MultiLangString stored in the TextBase.
Exceptions
ExceptionDescription
Thrown when setting a value and this object is of type PropertyPlacement.
Remarks
It is invalid to set content of PropertyPlacement and because of it an exception is thrown when setting the value for object of that type.
See Also