 | 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
Syntaxpublic void GetScores(
int component,
CVV vv
)
public void GetScores(
int component,
CVV vv
)
Public Sub GetScores (
component As Integer,
vv As CVV
)
Public Sub GetScores (
component As Integer,
vv As CVV
)
public:
void GetScores(
int component,
CVV^ vv
)
public:
void GetScores(
int component,
CVV^ vv
)
member GetScores :
component : int *
vv : CVV -> unit
member GetScores :
component : int *
vv : CVV -> unit
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