isee.NET Framework Documentation

Checkbox Constructor 

Creates a new Checkbox

[Visual Basic]
Public Sub New( _
   ByVal sim As Simulation _
)
[C#]
public Checkbox(
   Simulation sim
);

Parameters

sim
The iseesystems.iseeNET.Simulation instance to which the Checkbox belongs

See Also

Checkbox Class | iseesystems.iseeNET Namespace