Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > DoubleCutPlaneCellEventArgs Class : SecondCutPlaneCell Property |
public MedicalViewerCell SecondCutPlaneCell {get; set;}
'Declaration Public Property SecondCutPlaneCell As MedicalViewerCell
'Usage Dim instance As DoubleCutPlaneCellEventArgs Dim value As MedicalViewerCell instance.SecondCutPlaneCell = value value = instance.SecondCutPlaneCell
public: __property MedicalViewerCell* get_SecondCutPlaneCell(); public: __property void set_SecondCutPlaneCell( MedicalViewerCell* value );
public: property MedicalViewerCell^ SecondCutPlaneCell { MedicalViewerCell^ get(); void set ( MedicalViewerCell^ value); }