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

In This Topic
    FUNCTION3D_ID_EEC_ONE(Int32) Property
    In This Topic
    Variable for placeable functions (EEC One) # 36041. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION3D_ID_EEC_ONE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_ID_EEC_ONE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The property serves to identify 3D part placements in EEC One, so that specific other 3D part placements can be placed automatically on them during the automatic generation of a layout space.

    See Also