Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / AddMate Method / AddMate(Mate,Placement3D) Method
Source object of a group mate

In This Topic
    AddMate(Mate,Placement3D) Method
    In This Topic
    Adds a mate to a group
    Syntax
    public void AddMate( 
       Mate customMate,
       Placement3D placement3D
    )
    public:
    void AddMate( 
       Mate^ customMate,
       Placement3D^ placement3D
    ) 

    Parameters

    customMate
    placement3D
    Source object of a group mate
    See Also