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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    See Also