Harness proD API Help
EPLAN.Harness.API.Common Namespace / ApiNote Class / ApiNote Constructor
Key for accessing respective note.
Text displayed in table.
Indicates whether to display current note or not.
In This Topic
    ApiNote Constructor
    In This Topic
    Create a new instance of a note.
    Syntax
    public ApiNote( 
       string key,
       string text,
       bool displayed
    )

    Parameters

    key
    Key for accessing respective note.
    text
    Text displayed in table.
    displayed
    Indicates whether to display current note or not.
    See Also