GH_Load(GH_Load) Constructor

Initializes a new instance of the GH_Load class. Makes shallow copy of another wrapper.

Definition

Namespace: Karamba.GHopper.Loads
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public GH_Load(
	GH_Load other
)

Parameters

other  GH_Load
Other wrapper.

Exceptions

ArgumentNullException Throws if other wrapper is null.

See Also