 | CVOXInvertZ Method |
Convert an inverted voxel to normal orientation
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void InvertZ(
string output_voxel_filename
)
public void InvertZ(
string output_voxel_filename
)
Public Sub InvertZ (
output_voxel_filename As String
)
Public Sub InvertZ (
output_voxel_filename As String
)
public:
void InvertZ(
String^ output_voxel_filename
)
public:
void InvertZ(
String^ output_voxel_filename
)
member InvertZ :
output_voxel_filename : string -> unit
member InvertZ :
output_voxel_filename : string -> unit
Parameters
- output_voxel_filename
- Type: SystemString
Output voxel file name.
See Also