Mesh Property
The Mesh property returns the AutoMeshObj object. This allows the mesh properties to be modified.
Syntax
object.Mesh
object.Mesh =Mesh
Example
This example shows how to return the AutoMesh object for a surface map.
Set SurfMesh = SurfaceDataMap.Mesh
Used by: AutoSurfaceDataMap,AutoSurfaceFuncMap, AutoSurfaceGridMap