Leadtools.MedicalViewer Namespace > MedicalViewerMPRPolygon Class : ParaxialCuts Property |
public RasterCollection<MedicalViewerParaxialCutCell> ParaxialCuts {get;}
'Declaration Public ReadOnly Property ParaxialCuts As RasterCollection(Of MedicalViewerParaxialCutCell)
'Usage Dim instance As MedicalViewerMPRPolygon Dim value As RasterCollection(Of MedicalViewerParaxialCutCell) value = instance.ParaxialCuts
public: property RasterCollection<MedicalViewerParaxialCutCell^>^ ParaxialCuts { RasterCollection<MedicalViewerParaxialCutCell^>^ get(); }