VisualConnectAllowed Property |
Property Value
Type: String
A list of visual Types that are allowed to connect to this visual. If empty, then all visuals are allowed to connect, provided they are not specified in the ConnectDisallowed list, and that the connector-specific rules also allow the connection.
<p>
See also:
<ul>
<li>Demo3D.Visuals.Visual.ConnectDisallowed
<li>Demo3D.Visuals.Connector.Allowed
<li>Demo3D.Visuals.Connector.Disallowed
</ul>
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntaxpublic string[] ConnectAllowed { get; set; }Property Value
Type:
String
See Also