API Help
Eplan.EplApi.DataModel.Graphics Namespace / PathTextPropertyList Class / PATHTEXT_FUNCTIONS Property / PATHTEXT_FUNCTIONS(Int32) Property

In This Topic
    PATHTEXT_FUNCTIONS(Int32) Property
    In This Topic
    Affected functions # 19800. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PATHTEXT_FUNCTIONS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PATHTEXT_FUNCTIONS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Lists all the functions for a path function text that adopt this function text from the path.

    See Also