 | CIMGSetPG Method |
Copy a pager into the pager of a grid.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetPG(
CPG pg
)
public void SetPG(
CPG pg
)
Public Sub SetPG (
pg As CPG
)
Public Sub SetPG (
pg As CPG
)
public:
void SetPG(
CPG^ pg
)
public:
void SetPG(
CPG^ pg
)
member SetPG :
pg : CPG -> unit
member SetPG :
pg : CPG -> unit
Parameters
- pg
- Type: GeoEngine.Core.GXNetXCPG
Pager object to copy into the pager of the grid
See Also