DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomLabel Class / IsInterpolated Property



In This Topic
    IsInterpolated Property
    In This Topic
    Specify if the DicomLabel is Interpolated
    Syntax
    'Declaration
     
    
    Public Property IsInterpolated As Boolean
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As Boolean
     
    instance.IsInterpolated = value
     
    value = instance.IsInterpolated
    public bool IsInterpolated {get; set;}
    public:
    property bool IsInterpolated {
       bool get();
       void set (    bool value);
    }
    Remarks
    Curving/Smoothing will be appleid if this property is set to true. This only applies to Label of type Polyline and Polygon.
    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