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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Short designation of the project creator. The property can be automatically populated with the relevant manufacturer/supplier data from parts management via project management.

    See Also