API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_MOUNTINGLOCATION_AUTOMATIC Property / FUNCTION3D_MOUNTINGLOCATION_AUTOMATIC(Int32) Property

In This Topic
    FUNCTION3D_MOUNTINGLOCATION_AUTOMATIC(Int32) Property
    In This Topic
    Mounting site (describing, common) # 36003. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNCTION3D_MOUNTINGLOCATION_AUTOMATIC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_MOUNTINGLOCATION_AUTOMATIC {
       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..

    Shows the contents of the manually entered "Mounting site (describing)" property or if this is empty, the "Mounting site (describing)" property entered at the main function.

    See Also