API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_DESC Property / FUNC_DESC(Int32) Property

In This Topic
    FUNC_DESC(Int32) Property
    In This Topic
    Function definition: Description # 20117. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_DESC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_DESC {
       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..

    Function definition description.

    See Also