ILNumerics Ultimate VS

PlotCubeAddDataGroup Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Add a new data group to the data groups of the plot cube

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public PlotCubeDataGroup AddDataGroup(
	Object tag = null
)

Parameters

tag (Optional)
Type: SystemObject
[optional] tag used to identify the data group within the scene graph

Return Value

Type: PlotCubeDataGroup
the newly created plot cube data group
Remarks

[ILNumerics Visualization Engine]

See Also

Reference