Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Mate Class / Remove Method
Example

In This Topic
    Remove Method (Mate)
    In This Topic
    Removes the Mate object.
    Syntax
    public virtual void Remove()
    public:
    virtual void Remove(); 
    Exceptions
    ExceptionDescription
    Thrown when object can't be removed.
    Remarks
    Mate can be removed only when is not read only.
    Example
    The following code removes a user defined mate.
    
    	
    See Also