DicomObjects.NET.8.48 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 System.Integer
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value As System.Integer
     
    instance.TIDOffset = value
     
    value = instance.TIDOffset
    public System.int TIDOffset {get; set;}
    public read-write property TIDOffset: System.Integer; 
    public function get,set TIDOffset : System.int
    public: __property System.int get_TIDOffset();
    public: __property void set_TIDOffset( 
       System.int value
    );
    public:
    property System.int TIDOffset {
       System.int get();
       void set (    System.int value);
    }
    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