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

In This Topic
    FUNC_MOUNTINGLOCATION(Int32) Property
    In This Topic
    Mounting site (describing) # 20024. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_MOUNTINGLOCATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_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

    Describing mounting site of the function.

    See Also