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

    project
    The project in which the Comment will be located.
    contents
    Eplan.EplApi.Base.MultiLangString Containing text to display.
    textHeight
    Comment text size.
    See Also