Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace
/
Mate Class
/ Remove Method
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++/CLI
C#
C++/CLI
In This Topic
Remove Method (Mate)
In This Topic
Removes the Mate object.
Syntax
C#
C++/CLI
public
virtual
void
Remove()
public
:
virtual
void
Remove();
Exceptions
Exception
Description
System.InvalidOperationException
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.
C#
See Also
Reference
Mate Class
Mate Members