Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void Connect(
int connectionId,
Object target
)
Public Sub Connect (
connectionId As Integer,
target As Object
)
public:
virtual void Connect(
[InAttribute] int connectionId,
[InAttribute] Object^ target
) sealed
Parameters
- connectionId
- Type: SystemInt32
- target
- Type: SystemObject
Implements
IComponentConnectorConnect(Int32, Object)See Also