GridXYZCFile Property

GridXYZCFile returns or sets the name of the 3D grid file used to create the map. Returns a string.

Syntax

object.GridFile = File

Parameter

Type

Description

File

String

required

Example 1

This example demonstrates how to return the 3D grid file name used by a surface map.

Debug.Print SurfaceMap.GridXYZCFile

Example 2

This example demonstrates how to change the 3D grid file of a contour map.

ContourLayer.GridXYZCFile = SurferApp.Path+"\Samples\demogrid.grd"

Used by: ContourLayer Object, ColorReliefLayer Object, Surface object, ViewshedLayer Object, WatershedLayer object, WireFrame object, VectorLayer object