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

In This Topic
    FUNC_ARTICLEPLACEMENT_GRIPPEROFFSET_X(Int32) Property
    In This Topic
    X coordinate # 20208. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_ARTICLEPLACEMENT_GRIPPEROFFSET_X( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLEPLACEMENT_GRIPPEROFFSET_X {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    X 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