Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / Comment Class / CreateTransient Method / CreateTransient(Project,MultiLangString,Double) Method
The project in which the Comment will be located.
Eplan.EplApi.Base.MultiLangString Containing text to display.
Comment text size.

In This Topic
    CreateTransient(Project,MultiLangString,Double) Method
    In This Topic
    Creates the Comment object for a Project.
    Syntax
    public void CreateTransient( 
       Project project,
       MultiLangString contents,
       double textHeight
    )
    public:
    void CreateTransient( 
       Project^ project,
       MultiLangString^ contents,
       double textHeight
    ) 

    Parameters

    Parameter NameDescription
    projectThe project in which the Comment will be located.
    contentsEplan.EplApi.Base.MultiLangString Containing text to display.
    textHeightComment text size.
    See Also