DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomMaskRange Class / TIDOffset Property






    TIDOffset Property
    Specifies the offset to be subtracted from the current frame number in order to locate the mask frame in TID mode
    Syntax
    'Declaration
     
    
    Public Property TIDOffset As System.Integer
     
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value As System.Integer
     
    instance.TIDOffset = value
     
    value = instance.TIDOffset
    Remarks
    If zero length, TID Offset defaults to 1. This property is required if MaskMode is set to TimeDifference.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also