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 AnnLineObject Line2 {get; set;}
get_Line2();
set_Line2(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2