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

In This Topic
    BaseMate Property (BusBarSystem)
    In This Topic
    Returns default target mate used to place bus bar which will be located on the top in bus bar system.
    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