API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_CREATORNOTE Property / PROJ_CREATORNOTE(Int32) Property

In This Topic
    PROJ_CREATORNOTE(Int32) Property
    In This Topic
    Creator: Description # 10247. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_CREATORNOTE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_CREATORNOTE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    This property is used for entering internal information or remarks, such as "responsible for sales, part......, good credit, etc." and so on. The property can be automatically populated with the relevant manufacturer/supplier data from parts management via project management.

    See Also