ConnectorsAspectFindConnector Method  | 
 
            Find a named connector on a conveyor object, e.g. "Start"
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic Connector FindConnector(
	string name
)
Parameters
- name
 - Type: SystemString
Name of the connector to search for. 
Return Value
Type: 
ConnectorThe connector matching the supplied name, or null if no connector exists with that name.
See Also