Gets or sets the first line of the cobb angle.
public AnnPolylineObject Line1 { get; set; }
Public Property Line1 As Leadtools.Annotations.Core.AnnPolylineObject
public:
property Leadtools.Annotations.Core.AnnPolylineObject^ Line1 {
Leadtools.Annotations.Core.AnnPolylineObject^ get();
void set ( Leadtools.Annotations.Core.AnnPolylineObject^ );
}
Leadtools.Annotations.Core.AnnPolylineObject that represents the first line of the Cobb-angle.
The two lines must be from the same container. 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.
For an example, refer to MedicalViewerCobbAngle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET