|
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:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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