ILNumerics Ultimate VS

PlotCubeAddT Method (T, Object, Boolean)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Add an object to the first plots data container of this cube

[ILNumerics Visualization Engine]

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

public override T Add<T>(
	T node,
	Object tag = null,
	bool shareBuffers = true
)
where T : Node

Parameters

node
Type: T
new plot object
tag (Optional)
Type: SystemObject
[optional] tag identifying the new plot object in the scene
shareBuffers (Optional)
Type: SystemBoolean

Type Parameters

T
plot object type

Return Value

Type: T
The new object added to the scene
Remarks

This override redirects Add requests to the first plot data container object within the plot cube.

[ILNumerics Visualization Engine]

See Also

Reference