 | CIMGGetPG Method |
Get a copy of the pager of a grid.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void GetPG(
CPG pg
)
public void GetPG(
CPG pg
)
Public Sub GetPG (
pg As CPG
)
Public Sub GetPG (
pg As CPG
)
public:
void GetPG(
CPG^ pg
)
public:
void GetPG(
CPG^ pg
)
member GetPG :
pg : CPG -> unit
member GetPG :
pg : CPG -> unit
Parameters
- pg
- Type: GeoEngine.Core.GXNetCPG
PG object to hold pager of the grid
See Also