Click or drag to resize
CIMUGridPLYEx Method
Get the grid edge in a PLY (with min points)

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 GridPLYEx(
	CIMG oIMG1,
	CPLY oPLY2,
	int i3,
	int i4
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
the IMG
oPLY2
Type: GeoEngine.Core.GXNetCPLY
PLY to which the bounding polygons will be added.
i3
Type: SystemInt32
TRUE to force the boundary to be refreshed.
i4
Type: SystemInt32
Minimum number of points in polygons refreshed (0 for all)
See Also