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 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.