Click or drag to resize
CSEGYREADERGetTraceDataTypeName Method (CGXNETCore, Int32, String, Int32)
Get the name of one of the available data types. These are the names used as identifiers in this API. To get a name suitable for displaying to the user, use `GetTraceDataTypeDisplayName() instead.

Available since Oasis montaj version: 9.6
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void GetTraceDataTypeName(
	CGXNETCore gxNetShared,
	int index,
	ref string name,
	int buffer_length
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
index
Type: SystemInt32
Which name to return. Call this function for each value between 0 and the value returned by `GetNumTraceTypes()` to get a full list of the available types.
name
Type: SystemString
The name of a supported data type.
buffer_length
Type: SystemInt32
See Also