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

In This Topic
    FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE_DESCRIPTION(Int32) Property
    In This Topic
    Layout space description # 20235. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLEPLACEMENT_INSTALLATIONSPACE_DESCRIPTION {
       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..

    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