| SoVRSegyFileReaderGetTraceCoord Method  | 
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic bool GetTraceCoord(
	int i,
	int j,
	out SbVec2d P
)
Public Function GetTraceCoord ( 
	i As Integer,
	j As Integer,
	<OutAttribute> ByRef P As SbVec2d
) As Boolean
public:
bool GetTraceCoord(
	int i, 
	int j, 
	[OutAttribute] SbVec2d% P
)
member GetTraceCoord : 
        i : int * 
        j : int * 
        P : SbVec2d byref -> bool 
Parameters
- i
 - Type: SystemInt32
 - j
 - Type: SystemInt32
 - P
 - Type: OIV.InventorSbVec2d
 
Return Value
Type: 
Boolean
Remarks
See Also