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



In This Topic
    TIDOffset Property
    In This Topic
    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 Integer
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value As Integer
     
    instance.TIDOffset = value
     
    value = instance.TIDOffset
    public int TIDOffset {get; set;}
    public:
    property int TIDOffset {
       int get();
       void set (    int value);
    }
    Remarks
    If zero length, TID Offset defaults to 1. This property is required if MaskMode is set to TimeDifference.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also