 | CVVReFid Method |
Re-sample a VV to a new fid start/icrement
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ReFid(
double start,
double incr,
int length
)
public void ReFid(
double start,
double incr,
int length
)
Public Sub ReFid (
start As Double,
incr As Double,
length As Integer
)
Public Sub ReFid (
start As Double,
incr As Double,
length As Integer
)
public:
void ReFid(
double start,
double incr,
int length
)
public:
void ReFid(
double start,
double incr,
int length
)
member ReFid :
start : float *
incr : float *
length : int -> unit
member ReFid :
start : float *
incr : float *
length : int -> unit
Parameters
- start
- Type: SystemDouble
New fid start - incr
- Type: SystemDouble
New fid increment - length
- Type: SystemInt32
New length
See Also