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

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

    See Also