SpatialSurfaceMesh.SurfaceInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the surface metadata that's associated with this mesh.
public:
property SpatialSurfaceInfo ^ SurfaceInfo { SpatialSurfaceInfo ^ get(); };
SpatialSurfaceInfo SurfaceInfo();
public SpatialSurfaceInfo SurfaceInfo { get; }
var spatialSurfaceInfo = spatialSurfaceMesh.surfaceInfo;
Public ReadOnly Property SurfaceInfo As SpatialSurfaceInfo
Property Value
The surface info.