←Select platform

Create Method

Summary

Creates a new layer with the specified name.

Syntax
C#
VB
C++
Java
public static AnnLayer Create( 
   string name 
) 
Public Shared Function Create( _ 
   ByVal name As String _ 
) As AnnLayer 
public AnnLayer(String name) 
public:  
   static AnnLayer^ Create( 
      String^ name 
   ) 

Parameters

name
Name of the new layer.

Return Value

The newly created layer.

Requirements

Target Platforms

See Also

Reference

AnnLayer Class

AnnLayer Members

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