create Method

Summary

Creates a new layer with the specified name.

Syntax

JavaScript Syntax
create = function(name) 
TypeScript Syntax
static create(name: string): AnnLayer; 

Parameters

name

Name of the new layer.

Return Value

The newly created layer.

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