DicomObjects.NET.V8
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 Single
    'Usage
     
    Dim instance As DicomImage3D
    Dim value As Single
     
    instance.Step = value
     
    value = instance.Step
    public float Step {get; set;}
    public:
    property float Step {
       float get();
       void set (    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.0 or higher

    See Also