ConnectorCanConnectTo Method |
Indicate if the two Connectors may actually be connected. This allows
connectors for different purposes. The GUI may use this to provide visual
feedback when the user drags an object near to another object.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic virtual bool CanConnectTo(
Connector c
)
Parameters
- c Connector
- The connector to test
Return Value
Booleantrue if the connectors may be connected
See Also