Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Localizers As List(Of MedicalViewerSeriesLocalizer) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerSeriesManager Dim value As List(Of MedicalViewerSeriesLocalizer) value = instance.Localizers |
C# | |
---|---|
public List<MedicalViewerSeriesLocalizer> Localizers {get;} |
C++/CLI | |
---|---|
public: property List<MedicalViewerSeriesLocalizer^>^ Localizers { List<MedicalViewerSeriesLocalizer^>^ get(); } |
Property Value
a list of MedicalViewerSeriesLocalizer which represents the localizer images filtered out.For an example, refer to MedicalViewerSeriesStack
- The localizer is a single slice image extracted from the 3D object with angle different than the angle of the slices that created the 3D object
- this property is null by default, you should call the method MedicalViewerSeriesManager.Sort to fill this out.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7