Click or drag to resize

ConnectorMaxAllowedConnections Property

Optional limit to the number of connectors that this connector can connect to. This is int.MaxValue by default making it effectively unlimited.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public int MaxAllowedConnections { get; set; }

Property Value

Int32
See Also