ILostTrackingVisual.SetLayer(Int32) Method
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.
Sets all visual components to the layer provided.
public:
void SetLayer(int layer);
public void SetLayer (int layer);
abstract member SetLayer : int -> unit
Public Sub SetLayer (layer As Integer)
Parameters
- layer
- Int32
The layer to set for the visual components.