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