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

AnnPointerPosition Enumeration

Show in webframe
Controls the position of the arrow head for the AnnPointerObject.
Syntax
Leadtools.Annotations.Core.AnnPointerPosition = function() { };
Leadtools.Annotations.Core.AnnPointerPosition.prototype = {
	start = 0,
	end = 1,
	
 };
Members
ValueMemberDescription
0startThe arrow head is at the start of the AnnPointerObjects line.
1endThe arrow head is at the end of the AnnPointerObjects line.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file