 | CIMGInheritIMG Method |
Make a grids match in size and coordinate system
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void InheritIMG(
CIMG im_gs
)
public void InheritIMG(
CIMG im_gs
)
Public Sub InheritIMG (
im_gs As CIMG
)
Public Sub InheritIMG (
im_gs As CIMG
)
public:
void InheritIMG(
CIMG^ im_gs
)
public:
void InheritIMG(
CIMG^ im_gs
)
member InheritIMG :
im_gs : CIMG -> unit
member InheritIMG :
im_gs : CIMG -> unit
Parameters
- im_gs
- Type: GeoEngine.Core.GXNetXCIMG
Source IMG
See Also