  | CVOXSliceMultiLayerIPJ Method  | 
 Extract multiple slices of a voxel based on an IPJ
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void SliceMultiLayerIPJ(
	string name,
	CIPJ ipj,
	int mode,
	double orig_x,
	double orig_y,
	double cell_size_x,
	double cell_size_y,
	int size_x,
	int size_y,
	int layers,
	double start_elev,
	double elev_inc
)
public void SliceMultiLayerIPJ(
	string name,
	CIPJ ipj,
	int mode,
	double orig_x,
	double orig_y,
	double cell_size_x,
	double cell_size_y,
	int size_x,
	int size_y,
	int layers,
	double start_elev,
	double elev_inc
)
Public Sub SliceMultiLayerIPJ ( 
	name As String,
	ipj As CIPJ,
	mode As Integer,
	orig_x As Double,
	orig_y As Double,
	cell_size_x As Double,
	cell_size_y As Double,
	size_x As Integer,
	size_y As Integer,
	layers As Integer,
	start_elev As Double,
	elev_inc As Double
)
Public Sub SliceMultiLayerIPJ ( 
	name As String,
	ipj As CIPJ,
	mode As Integer,
	orig_x As Double,
	orig_y As Double,
	cell_size_x As Double,
	cell_size_y As Double,
	size_x As Integer,
	size_y As Integer,
	layers As Integer,
	start_elev As Double,
	elev_inc As Double
)
public:
void SliceMultiLayerIPJ(
	String^ name, 
	CIPJ^ ipj, 
	int mode, 
	double orig_x, 
	double orig_y, 
	double cell_size_x, 
	double cell_size_y, 
	int size_x, 
	int size_y, 
	int layers, 
	double start_elev, 
	double elev_inc
)
public:
void SliceMultiLayerIPJ(
	String^ name, 
	CIPJ^ ipj, 
	int mode, 
	double orig_x, 
	double orig_y, 
	double cell_size_x, 
	double cell_size_y, 
	int size_x, 
	int size_y, 
	int layers, 
	double start_elev, 
	double elev_inc
)
member SliceMultiLayerIPJ : 
        name : string * 
        ipj : CIPJ * 
        mode : int * 
        orig_x : float * 
        orig_y : float * 
        cell_size_x : float * 
        cell_size_y : float * 
        size_x : int * 
        size_y : int * 
        layers : int * 
        start_elev : float * 
        elev_inc : float -> unit 
member SliceMultiLayerIPJ : 
        name : string * 
        ipj : CIPJ * 
        mode : int * 
        orig_x : float * 
        orig_y : float * 
        cell_size_x : float * 
        cell_size_y : float * 
        size_x : int * 
        size_y : int * 
        layers : int * 
        start_elev : float * 
        elev_inc : float -> unit 
Parameters
- name
 - Type: SystemString
Grid Name - ipj
 - Type: GeoEngine.Core.GXNetXCIPJ
Grid IPJ (includes orientation, etc) - mode
 - Type: SystemInt32
<define>VOX_SLICE_MODE</define> - orig_x
 - Type: SystemDouble
Grid Origin X - orig_y
 - Type: SystemDouble
Grid Origin Y - cell_size_x
 - Type: SystemDouble
Grid Cell Size in X - cell_size_y
 - Type: SystemDouble
Grid Cell Size in Y - size_x
 - Type: SystemInt32
Grid cells in X - size_y
 - Type: SystemInt32
Grid cells in Y - layers
 - Type: SystemInt32
Number of layers to extract - start_elev
 - Type: SystemDouble
Start elevation - elev_inc
 - Type: SystemDouble
Elevation increment 
See Also