ConnectorsAspectRemoveConnector Method |
Remove a connector with a certain name.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void RemoveConnector(
string name
)
Parameters
- name String
- Name of the connector to remove.
Remarks
This could create problems if removing the built-in "Start" and "End" connectors for visuals such as conveyors.
See Also