 | CSEGYREADERSetSliceOutputPrefix Method |
Exports inline or crossline slices to a section grid.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetSliceOutputPrefix(
string prefix
)
public void SetSliceOutputPrefix(
string prefix
)
Public Sub SetSliceOutputPrefix (
prefix As String
)
Public Sub SetSliceOutputPrefix (
prefix As String
)
public:
void SetSliceOutputPrefix(
String^ prefix
)
public:
void SetSliceOutputPrefix(
String^ prefix
)
member SetSliceOutputPrefix :
prefix : string -> unit
member SetSliceOutputPrefix :
prefix : string -> unit
Parameters
- prefix
- Type: SystemString
Output section file name prefix
See Also