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

In This Topic
    FUNC_PINANDJACK_PLUGSIDE(Int32) Property
    In This Topic
    Plugs: Assignment to male pin / female pin end # 20052. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PINANDJACK_PLUGSIDE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PINANDJACK_PLUGSIDE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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