ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
The new object added to the scene
This override redirects Add requests to the first plot data container object within the plot cube.
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: TThe new object added to the scene
Remarks
[ILNumerics Visualization Engine]
See Also