Click or drag to resize

CNASVDGetScores Method

Get score data for a specific component

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntax
public void GetScores(
	int component,
	CVV vv
)

public void GetScores(
	int component,
	CVV vv
)

Parameters

component
Type: SystemInt32
Component index (0-based)
vv
Type: GeoEngine.Core.GXNetXCVV
VV to receive score data
Remarks
Retrieves the score data for the specified component index. Scores represent the strength of each component at each spatial location.
See Also