SensorProjectionBoundaryHoles Property  | 
 
            Gets the collection of boundaries representing holes in the sensor projection.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SensorProjectionBoundaryCollection Holes { get; }Public ReadOnly Property Holes As SensorProjectionBoundaryCollection
	Get
public:
property SensorProjectionBoundaryCollection^ Holes {
	SensorProjectionBoundaryCollection^ get ();
}member Holes : SensorProjectionBoundaryCollection with get
Property Value
Type: 
SensorProjectionBoundaryCollection
See Also