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

In This Topic
    Contents Property (Text)
    In This Topic
    Contents of object represented by this type.
    Syntax
    public override MultiLangString Contents {get; set;}
    public:
    property MultiLangString^ Contents {
       MultiLangString^ get() override;
       void set (    MultiLangString^ value) override;
    }

    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