C#
VB
C++
Gets the RasterCollection assigned to the polygon.
public RasterCollection<MedicalViewerParaxialCutCell> ParaxialCuts { get; }
Public ReadOnly Property ParaxialCuts As Leadtools.RasterCollection(Of MedicalViewerParaxialCutCell)
public:
property Leadtools.RasterCollection<MedicalViewerParaxialCutCell^>^ ParaxialCuts {
Leadtools.RasterCollection<MedicalViewerParaxialCutCell^>^ get();
}
RasterCollection assigned to the polygon.
The polygon can hold as many paraxial cuts as needed. Each paraxial cut can be assigned to polygon line, and multiple paraxial cuts can be assigned to the same polygon line.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET