 | CSEGYREADERSetSectionOutputFilename Method |
Exports contents of SEG Y file to a crooked section.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetSectionOutputFilename(
string filename
)
public void SetSectionOutputFilename(
string filename
)
Public Sub SetSectionOutputFilename (
filename As String
)
Public Sub SetSectionOutputFilename (
filename As String
)
public:
void SetSectionOutputFilename(
String^ filename
)
public:
void SetSectionOutputFilename(
String^ filename
)
member SetSectionOutputFilename :
filename : string -> unit
member SetSectionOutputFilename :
filename : string -> unit
Parameters
- filename
- Type: SystemString
Output crooked section file name
See Also