Gets or sets whether depth of field effects are enabled or disabled.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DepthOfFieldEnabled As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICamera
Dim value As Boolean
instance.DepthOfFieldEnabled = value
value = instance.DepthOfFieldEnabled
|
C# | |
---|
bool DepthOfFieldEnabled {get; set;} |
C++/CLI | |
---|
property bool DepthOfFieldEnabled {
bool get();
void set (bool value);
} |
Return Value
True if depth of field effects are enabled, false if they are disabled
Example
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14