DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / Step Property






In This Topic
    Step Property
    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);
    }
    Remarks
    Size of the step used, as a multiplier of the minimum voxel dimension. Default is 0.5
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also