layer Property

Summary

Gets the optional layer that contains this object.

Syntax

JavaScript Syntax
Object.defineProperty(AnnObject.prototype, 'layer', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly