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

In This Topic
    FUNC_ARTICLEPLACEMENT_GRIPPEROFFSET_Y(Int32) Property
    In This Topic
    Y coordinate # 20209. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_ARTICLEPLACEMENT_GRIPPEROFFSET_Y( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLEPLACEMENT_GRIPPEROFFSET_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. For part placements, the handle is in the left center by default, so it is much easier to position the device on a mounting rail.

    See Also