RemapToValue Property
The RemapToValue property returns or sets the surface data map Remap To value. Returns a Double.
Syntax
object.RemapToValue
object.RemapToValue = RemapToValue
Parameter | Type | Description |
RemapToValue | Double | required |
Example
This example shows how to set the remap to value to 10 for blanked nodes.
SurfaceDataMap.BlankedNodes = grfRemapTo
SurfaceDataMap.RemapToValue = 25
Used by: AutoSurfaceDataMap, AutoSurfaceGridMap