Click or drag to resize

CPGUAddScalar Method

Add a scalar value to a pager

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void AddScalar(
	CPG pg,
	double scalar
)

public static void AddScalar(
	CPG pg,
	double scalar
)

Parameters

pg
Type: GeoEngine.Core.GXNetCPG
Pager
scalar
Type: SystemDouble
Scalar Value
Remarks
Only available for FLOAT or DOUBLE pagers
See Also