DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomGlobal Class / DoublePrecisionDSAttributes Property



In This Topic
    DoublePrecisionDSAttributes Property
    In This Topic
    List of DataSet attribute keywords for which double precision should be preserved.
    Syntax
    'Declaration
     
    
    Public Shared Property DoublePrecisionDSAttributes As List(Of Keyword)
    'Usage
     
    
    Dim value As List(Of Keyword)
     
    DicomGlobal.DoublePrecisionDSAttributes = value
     
    value = DicomGlobal.DoublePrecisionDSAttributes
    public static List<Keyword> DoublePrecisionDSAttributes {get; set;}
    public:
    static property List<Keyword>^ DoublePrecisionDSAttributes {
       List<Keyword>^ get();
       void set (    List<Keyword>^ value);
    }
    Remarks
    This list is only considered when PreserveDoublePrecision is set to true. - If the list is empty, precision will be preserved for all DS attributes. - If the list contains one or more keywords, precision will be preserved only for those attributes listed.
    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