API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_DESCRIPTION Property / FUNCTION3D_DESCRIPTION Property

In This Topic
    FUNCTION3D_DESCRIPTION Property
    In This Topic
    Item description # 36018.
    Syntax
    public PropertyValue FUNCTION3D_DESCRIPTION {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_DESCRIPTION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

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

    Contains the item description of a mechanical item. This property is particularly useful for items that do not have a DT, e.g. cable ducts.

    See Also