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

In This Topic
    FUNCTION3D_ID_RELATIVE(Int32) Property
    In This Topic
    Item ID (relative to macro, EEC) # 36035. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNCTION3D_ID_RELATIVE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_ID_RELATIVE {
       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..

    Identifies the individual 3D part placements for a part that consists of several combined 3D part placements. The property is required by the EPLAN Engineering Configuration in order to define the items of a macro on which other items are installed.

    See Also