VisualConnectedVisual Method |
Find the visual that is attached to the supplied connectorName.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Visual ConnectedVisual(
string connectorName
)
Parameters
- connectorName String
- Name of the connector to search for.
Return Value
VisualThe visual connected to the connector matching the supplied name, or null if no connector exists with that name.
See Also