The DoubleCutLines Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
(Read only) Gets the MedicalViewerDoublePlaneCutLinesCollection<MedicalViewerDoublePlaneCutLine> assigned to the cell.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property DoubleCutLines As MedicalViewerDoublePlaneCutLinesCollection(Of MedicalViewerDoublePlaneCutLine) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerReferenceLineProperties Dim value As MedicalViewerDoublePlaneCutLinesCollection(Of MedicalViewerDoublePlaneCutLine) value = instance.DoubleCutLines | |
| C# | |
|---|---|
public MedicalViewerDoublePlaneCutLinesCollection<MedicalViewerDoublePlaneCutLine> DoubleCutLines {get;} | |
| C++/CLI | |
|---|---|
public: property MedicalViewerDoublePlaneCutLinesCollection<MedicalViewerDoublePlaneCutLine^>^ DoubleCutLines { MedicalViewerDoublePlaneCutLinesCollection<MedicalViewerDoublePlaneCutLine^>^ get(); } | |
Property Value
The MedicalViewerDoublePlaneCutLinesCollection<MedicalViewerDoublePlaneCutLine> assigned to the cell.For an example, refer to MedicalViewerPlaneCutLine
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code