 | CMULTIGRID3DUTILClipToPolygon Method |
Invert the Z values in the Grid3d.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ClipToPolygon(
CGXNETCore gxNetShared,
string input_file,
string output_file,
CPLY poly,
int clip_dummies
)
public static void ClipToPolygon(
CGXNETCore gxNetShared,
string input_file,
string output_file,
CPLY poly,
int clip_dummies
)
Public Shared Sub ClipToPolygon (
gxNetShared As CGXNETCore,
input_file As String,
output_file As String,
poly As CPLY,
clip_dummies As Integer
)
Public Shared Sub ClipToPolygon (
gxNetShared As CGXNETCore,
input_file As String,
output_file As String,
poly As CPLY,
clip_dummies As Integer
)
public:
static void ClipToPolygon(
CGXNETCore^ gxNetShared,
String^ input_file,
String^ output_file,
CPLY^ poly,
int clip_dummies
)
public:
static void ClipToPolygon(
CGXNETCore^ gxNetShared,
String^ input_file,
String^ output_file,
CPLY^ poly,
int clip_dummies
)
static member ClipToPolygon :
gxNetShared : CGXNETCore *
input_file : string *
output_file : string *
poly : CPLY *
clip_dummies : int -> unit
static member ClipToPolygon :
gxNetShared : CGXNETCore *
input_file : string *
output_file : string *
poly : CPLY *
clip_dummies : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - input_file
- Type: SystemString
Name of the input grid3d - output_file
- Type: SystemString
Name of the output grid3d - poly
- Type: GeoEngine.Core.GXNetXCPLY
Polygons to clip to - clip_dummies
- Type: SystemInt32
Clip Dummies (1) or leave them (0)
See Also