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

In This Topic
    PROJ_CUSTOMERREGION(Int32) Property
    In This Topic
    Customer: State / Region # 10114. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_CUSTOMERREGION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_CUSTOMERREGION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Region of a country (federal state). The property can be automatically populated with the relevant customer data from parts management via project management.

    See Also