EarlyRayTermination Property
The opacity at which to stop Ray Tracing (VR only)
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);
}
'Declaration
Public Property EarlyRayTermination As System.Single
'Usage
Dim instance As DicomImage3D
Dim value As System.Single
instance.EarlyRayTermination = value
value = instance.EarlyRayTermination
Target Platforms: .NET CLR 4.8 or higher