SetOverlayMap Method
The SetOverlayMap method is used to overlay a XZ contour map over a surface grid or data map.
Syntax
object.SetOverlayMap(Object map)
Parameter | Type | Description |
map | Object | required, surface map object |
Example
This example shows how to set an overlay map.
ContourMap.SetOverlayMap(SurfaceMap)
Used by: AutoContourDataMap, AutoContourGridMap