Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnAngularUnit Enumeration

Show in webframe
Represents the unit of measurement to be used for angles.
Syntax
Leadtools.Annotations.Core.AnnAngularUnit = function() { };
Leadtools.Annotations.Core.AnnAngularUnit.prototype = {
	radian = 0,
	degree = 1,
	
 };
Members
ValueMemberDescription
0radianAngle is in radians.
1degreeAngle is in degrees.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file