Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > ContributingEquipment Class : SpatialResolution Property |
[ElementAttribute()] public Nullable<double> SpatialResolution {get; set;}
'Declaration
<ElementAttribute()> Public Property SpatialResolution As Nullable(Of Double)
'Usage
Dim instance As ContributingEquipment Dim value As Nullable(Of Double) instance.SpatialResolution = value value = instance.SpatialResolution
[ElementAttribute()] public: property Nullable<double> SpatialResolution { Nullable<double> get(); void set ( Nullable<double> value); }