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

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

    Parameters

    index

    Property Value

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

    Serves to indicate the type, e.g. machine or plant.

    See Also