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

In This Topic
    FUNCTION3D_DESCRIPTION(Int32) Property
    In This Topic
    Item description # 36018. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION3D_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_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

    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