GM_ExportSetExportCropAreas Method |
Set the crop area(s) to use when exporting
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 SetExportCropAreas(
GM_AreaFeature_t[] aAreaList,
GM_Projection_t aAreaProj
)
Public Shared Function SetExportCropAreas (
aAreaList As GM_AreaFeature_t(),
aAreaProj As GM_Projection_t
) As GM_Error_t32
public:
static GM_Error_t32 SetExportCropAreas(
array<GM_AreaFeature_t^>^ aAreaList,
GM_Projection_t^ aAreaProj
)
Parameters
- aAreaList
- Type: GlobalMapper.TypesGM_AreaFeature_t
IN: List of areas to crop to (NULL to reset to default crop) - aAreaProj
- Type: GlobalMapper.TypesGM_Projection_t
IN: Projection system the area coordinates are in (use NULL for current projection)
Return Value
Type:
GM_Error_t32A GM Error Code
See Also