 | CPGUFillValue Method |
Set all values in a pager to a single value.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void FillValue(
CGXNETCore gxNetShared,
CPG pg,
double value
)
public static void FillValue(
CGXNETCore gxNetShared,
CPG pg,
double value
)
Public Shared Sub FillValue (
gxNetShared As CGXNETCore,
pg As CPG,
value As Double
)
Public Shared Sub FillValue (
gxNetShared As CGXNETCore,
pg As CPG,
value As Double
)
public:
static void FillValue(
CGXNETCore^ gxNetShared,
CPG^ pg,
double value
)
public:
static void FillValue(
CGXNETCore^ gxNetShared,
CPG^ pg,
double value
)
static member FillValue :
gxNetShared : CGXNETCore *
pg : CPG *
value : float -> unit
static member FillValue :
gxNetShared : CGXNETCore *
pg : CPG *
value : float -> unit
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