Leadtools.MedicalViewer Namespace > MedicalViewerCobbAngle Class : Line1 Property |
public AnnLineObject Line1 {get; set;}
'Declaration Public Property Line1 As AnnLineObject
'Usage Dim instance As MedicalViewerCobbAngle Dim value As AnnLineObject instance.Line1 = value value = instance.Line1
public AnnLineObject Line1 {get; set;}
get_Line1();
set_Line1(value);
public: property AnnLineObject^ Line1 { 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