In This Topic
Step to use when RayCasting (MIP & VR only)
Syntax
'Declaration
Public Property Step As System.Single
'Usage
Dim instance As DicomImage3D
Dim value As System.Single
instance.Step = value
value = instance.Step
public System.float Step {get; set;}
public read-write property Step: System.Single;
public function get,set Step : System.float
public: __property System.float get_Step();
public: __property void set_Step(
System.float value
);
public:
property System.float Step {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also