The GradientMap object contains the properties of a gradient map. Gradient maps are created with the CreateGradientMap method.
Derived from: Map object (All methods and properties of Map apply to this object.)
Properties
BoundaryTensionForMinCurvature
InternalTensionForMinCurvature
RelaxationFactorForMinCurvature
Methods
Example
'Create an instance of the MapViewer Application Object and assign it to the variable named "mvApp"
Set mvApp = CreateObject("MapViewer.Application")
'Make the application main window visible
mvApp.Visible = True
'Create a map document object, and assign it to the variable named "Plot"
Set Plot = mvApp.Documents.Add(DocType:=mvDocPlot)
Set GradientMap = Plot.CreateGradientMap(BoundaryFileName:=mvApp.ModuleFolder() + "\Samples\us48ll.gsb", _
DataFileName:= mvApp.ModuleFolder() + "\Samples\us502010.dat", _
PIDCol:=1, VarCol:=4)