MentalRayRenderSettingsTraits2ExposureType
Property
|
Property that represents the exposure type.
This property can be one of the following: Name Value Description
Automatic 0 The exposure type is determined with an automatic
exposure. Logarithmic 1 The exposure type is determined on a
logarithmic scale.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract ExposureType ExposureType { get; set; }
Public MustOverride Property ExposureType As ExposureType
Get
Set
public:
virtual property ExposureType ExposureType {
ExposureType get () abstract;
void set (ExposureType value) abstract;
}
abstract ExposureType : ExposureType with get, set
Property Value
ExposureType
See Also