SpatialSurfaceMesh.SurfaceInfo Property

Definition

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.

Applies to