Click or drag to resize
CIMUGridPLY Method
Get the grid edge in a PLY

Available since Oasis montaj version: 5.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This will optionally refresh the grid boundary PLY and return the PLY. If the boundary is not refreshed and has never been calculated, the boundary will be the bounding rectangle of the grid. The grid PLY will be added to existing ploygons in the passed PLY.
Syntax
public static void GridPLY(
	CGXNETCore gxNetShared,
	CIMG img,
	CPLY ply,
	int refresh
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetXCIMG
The IMG
ply
Type: GeoEngine.Core.GXNetXCPLY
PLY to which the bounding polygons will be added.
refresh
Type: SystemInt32
TRUE to force the boundary to be refreshed.
See Also