Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE_DESCRIPTION Property / FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE_DESCRIPTION Property

In This Topic
    FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE_DESCRIPTION Property
    In This Topic
    Layout space description # 20235.
    Syntax
    public PropertyValue FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE_DESCRIPTION {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE_DESCRIPTION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

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

    This property is read-only..

    Describing text for the layout space is displayed, e.g. in the tree view of the layout space navigator or in reports. Line breaks are permitted.

    See Also