Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PINANDJACK_PLUGSIDE Property / FUNC_PINANDJACK_PLUGSIDE Property

In This Topic
    FUNC_PINANDJACK_PLUGSIDE Property
    In This Topic
    Plugs: Assignment to male pin / female pin end # 20052.
    Syntax
    public PropertyValue FUNC_PINANDJACK_PLUGSIDE {get; set;}
    public:
    property PropertyValue^ FUNC_PINANDJACK_PLUGSIDE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    In the case of the separate management of male and female pins, this specifies whether the pin is assigned to the male or female pin end of the plug.

    0 = Automatic (i.e. the assignment is made via the DT and the function definition)

    1 = Male pin end

    2 = Female pin end.

    See Also