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

In This Topic
    FUNC_ARTICLEPLACEMENT_GRIPPERFROMMACRO_Y(Int32) Property
    In This Topic
    Handle from macro: Y coordinate # 20341. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_ARTICLEPLACEMENT_GRIPPERFROMMACRO_Y( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLEPLACEMENT_GRIPPERFROMMACRO_Y {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Y coordinate for the handle of a part placement or a function. At legend numbering you have to know whether the handle from the macro or the set handle was used during placing.

    See Also