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

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

    Parameters

    index

    Property Value

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

    Enter e.g. the project number or a job number here.

    See Also