| 
            
              CullCurvesExposure Property 
             | 
          
        
         
            The Exposure property controls where in the panel a component icon
            will appear. There are seven possible locations (primary to septenary),
            each of which can be combined with the GH_Exposure.obscure flag, which
            ensures the component will only be visible on panel drop-downs.
            
 
    Namespace: 
   Karamba.GHopper.Utilities
    Assembly:
   Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic override GH_Exposure Exposure { get; }Public Overrides ReadOnly Property Exposure As GH_Exposure
	Get
public:
virtual property GH_Exposure Exposure {
	GH_Exposure get () override;
}abstract Exposure : GH_Exposure with get
override Exposure : GH_Exposure with get
Property Value
Type: 
GH_Exposure
See Also