API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_ARTICLEPLACEMENT_MOUNTINGPLATE_MOUNTINGLOCATION Property / FUNC_ARTICLEPLACEMENT_MOUNTINGPLATE_MOUNTINGLOCATION(Int32) Property

In This Topic
    FUNC_ARTICLEPLACEMENT_MOUNTINGPLATE_MOUNTINGLOCATION(Int32) Property
    In This Topic
    Mounting site (of mounting panel) # 20462. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_ARTICLEPLACEMENT_MOUNTINGPLATE_MOUNTINGLOCATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLEPLACEMENT_MOUNTINGPLATE_MOUNTINGLOCATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    This property is read-only..

    Mounting site of the mounting panel on which the item is placed.

    See Also