EarlyRayTermination Property
In This Topic
The opacity at which to stop Ray Tracing (VR only)
Syntax
'Declaration
Public Property EarlyRayTermination As System.Single
'Usage
Dim instance As DicomImage3D
Dim value As System.Single
instance.EarlyRayTermination = value
value = instance.EarlyRayTermination
public System.float EarlyRayTermination {get; set;}
public read-write property EarlyRayTermination: System.Single;
public function get,set EarlyRayTermination : System.float
public: __property System.float get_EarlyRayTermination();
public: __property void set_EarlyRayTermination(
System.float value
);
public:
property System.float EarlyRayTermination {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also