API Help
Eplan.EplApi.DataModel.E3D Namespace / BusBar Class / BaseMate Property

In This Topic
    BaseMate Property (BusBar)
    In This Topic
    Returns default target mate for placing devices on this bus bar.
    Syntax
    public LineMate BaseMate {get;}
    public:
    property LineMate^ BaseMate {
       LineMate^ get();
    }
    Remarks
    When snapping an item by a base mate, it is set as a child of a target Placement3D Also the orientation of an item is adjusted to a target Placement3D
    See Also