Click or drag to resize
CPGUFillValue Method
Set all values in a pager to a single value.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void FillValue(
	CGXNETCore gxNetShared,
	CPG pg,
	double value
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Pager obj
value
Type: SystemDouble
Value to set in pager
See Also