Click or drag to resize

File3dmCommonComponentTableTAdd Method

Adds an item.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual void Add(
	T item
)

Parameters

item
Type: T
The item to add.
See Also