Click or drag to resize
XDL

XfnSplitChannel Method

[Missing <summary> documentation for "M:Pixoneer.NXDL.Xfn.SplitChannel(Pixoneer.NXDL.XGrid,Pixoneer.NXDL.XGrid@,Pixoneer.NXDL.XGrid@,Pixoneer.NXDL.XGrid@)"]

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public static void SplitChannel(
	XGrid gridIn,
	out XGrid grid1,
	out XGrid grid2,
	out XGrid grid3
)

Parameters

gridIn
Type: Pixoneer.NXDLXGrid

[Missing <param name="gridIn"/> documentation for "M:Pixoneer.NXDL.Xfn.SplitChannel(Pixoneer.NXDL.XGrid,Pixoneer.NXDL.XGrid@,Pixoneer.NXDL.XGrid@,Pixoneer.NXDL.XGrid@)"]

grid1
Type: Pixoneer.NXDLXGrid

[Missing <param name="grid1"/> documentation for "M:Pixoneer.NXDL.Xfn.SplitChannel(Pixoneer.NXDL.XGrid,Pixoneer.NXDL.XGrid@,Pixoneer.NXDL.XGrid@,Pixoneer.NXDL.XGrid@)"]

grid2
Type: Pixoneer.NXDLXGrid

[Missing <param name="grid2"/> documentation for "M:Pixoneer.NXDL.Xfn.SplitChannel(Pixoneer.NXDL.XGrid,Pixoneer.NXDL.XGrid@,Pixoneer.NXDL.XGrid@,Pixoneer.NXDL.XGrid@)"]

grid3
Type: Pixoneer.NXDLXGrid

[Missing <param name="grid3"/> documentation for "M:Pixoneer.NXDL.Xfn.SplitChannel(Pixoneer.NXDL.XGrid,Pixoneer.NXDL.XGrid@,Pixoneer.NXDL.XGrid@,Pixoneer.NXDL.XGrid@)"]

See Also