 | CSEGYREADERGetTraceCount Method |
Get the number of traces in the SEG Y file
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetTraceCount(
ref int count
)
public void GetTraceCount(
ref int count
)
Public Sub GetTraceCount (
ByRef count As Integer
)
Public Sub GetTraceCount (
ByRef count As Integer
)
public:
void GetTraceCount(
int% count
)
public:
void GetTraceCount(
int% count
)
member GetTraceCount :
count : int byref -> unit
member GetTraceCount :
count : int byref -> unit
Parameters
- count
- Type: SystemInt32
Trace count
See Also