VisualFindCreateConnector Method  | 
 
            Find or create a connector of the supplied name.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic virtual Connector FindCreateConnector(
	string name
)
Parameters
- name
 - Type: SystemString
The name of the connector to find or create. 
Return Value
Type: 
ConnectorAn existing connector of the supplied name or a new connector if not found.
See Also