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

In This Topic
    FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE(Int32) Property
    In This Topic
    Layout space name (of the part placement) # 20261. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Displays at a part placement the name of the layout space in which the corresponding item is placed.

    See Also