Leadtools.MedicalViewer Namespace > MedicalViewerCobbAngle Class : Line2 Property |
public AnnLineObject Line2 {get; set;}
'Declaration Public Property Line2 As AnnLineObject
'Usage Dim instance As MedicalViewerCobbAngle Dim value As AnnLineObject instance.Line2 = value value = instance.Line2
public: property AnnLineObject^ Line2 { AnnLineObject^ get(); void set ( AnnLineObject^ value); }
The same line object cannot be added to another instance of the class MedicalViewerCobbAngle or added to the MedicalViewerSubCell.CobbAngles. If this happens, the new object will be added to the collection and the old object added; that contains this line; will be removed from the MedicalViewerSubCell.CobbAngles collection.
If any line got removed from the container, this class will be removed from MedicalViewerSubCell.CobbAngles as well.