CobbAngle Constructor

Summary

Initializes a new CobbAngle class object with explicit parameters.

Syntax

JavaScript Syntax
CobbAngle = function(automation, line1, line2) 
TypeScript Syntax
constructor(automation: AnnAutomation, line1: AnnPolylineObject, line2: AnnPolylineObject); 

Parameters

automation

The parent automation

line1

First annotation line

line2

Second annotation line

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly