 | CIMGGetPG Method |
Get a copy of 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 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.GXNetXCPG
PG object to hold pager of the grid
See Also