layer Property

Summary

Gets the optional layer that contains this object.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnObject.prototype, 'layer', 
	get: function(), 
	set: function(value) 
) 
layer: AnnLayer; 

Property Value

The optional layer that contains this object. The default value is null.

Remarks

Do not set the layer directly using this property. Instead, add the object to the layer Children collection.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly