SensorFieldOfViewVisualizerTEntityFootprintInteriorTextureMatrix Property  | 
 
            Gets or sets a value defining the 
TextureMatrix of the footprint interior.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TextureMatrix FootprintInteriorTextureMatrix { get; set; }Public Property FootprintInteriorTextureMatrix As TextureMatrix
	Get
	Set
public:
property TextureMatrix^ FootprintInteriorTextureMatrix {
	TextureMatrix^ get ();
	void set (TextureMatrix^ value);
}member FootprintInteriorTextureMatrix : TextureMatrix with get, set
Property Value
Type: 
TextureMatrix
See Also