 | CSEGYREADERSetZSliceIndices Method |
Which z slices to export to a section grid.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void SetZSliceIndices(
CVV indices
)
public void SetZSliceIndices(
CVV indices
)
Public Sub SetZSliceIndices (
indices As CVV
)
Public Sub SetZSliceIndices (
indices As CVV
)
public:
void SetZSliceIndices(
CVV^ indices
)
public:
void SetZSliceIndices(
CVV^ indices
)
member SetZSliceIndices :
indices : CVV -> unit
member SetZSliceIndices :
indices : CVV -> unit
Parameters
- indices
- Type: GeoEngine.Core.GXNetCVV
Which z values to export.
See Also