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

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

    Shows the function text of the associated main function at a part placement.

    See Also