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.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic virtual bool CanConnectTo(
Connector c
)
Parameters
- c
- Type: Demo3D.VisualsConnector
The connector to test
Return Value
Type:
Booleantrue if the connectors may be connected
See Also