 | CSEGYREADERSetZDecimation Method |
Sets Z decimation factor.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetZDecimation(
int factor
)
public void SetZDecimation(
int factor
)
Public Sub SetZDecimation (
factor As Integer
)
Public Sub SetZDecimation (
factor As Integer
)
public:
void SetZDecimation(
int factor
)
public:
void SetZDecimation(
int factor
)
member SetZDecimation :
factor : int -> unit
member SetZDecimation :
factor : int -> unit
Parameters
- factor
- Type: SystemInt32
Decimation factor
See Also