DeleteAutoCable(Project) Method
In This Topic
removes automatically created cables and connection definition points. Automatically set names also will be deleted.
Syntax
public void DeleteAutoCable(
Project
)
public:
void DeleteAutoCable(
Project^
)
Parameters
- oProject
- Project in which the cables will be removed.
Exceptions
Exception | Description |
ArgumentException | invalid parameter. |
ApplicationException | \Internal interface
necessary for deleted
cables could not be
created. |
BaseException | An error occurred
when deleting cables
please read the
exception message. |
See Also