DicomObjects.NET.8.48 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 System.Collections.Generic.List(Of Keyword)
    public static System.Collections.Generic.List<Keyword> DoublePrecisionDSAttributes {get; set;}
    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: .NET CLR 4.8 or higher

    See Also