Initializes a new CobbAngle class object with explicit parameters.
CobbAngle = function(automation, line1, line2)
constructor(automation: AnnAutomation, line1: AnnPolylineObject, line2: AnnPolylineObject);
automation
The parent automation
line1
First annotation line
line2
Second annotation line
The two lines must be children of the same container, and the container must be a child of the passed automation.
You must pass both lines, no null values are allowed.
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