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

Leadtools.Annotations.Engine Assembly

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