←Select platform

Create Method

Summary
Creates a new layer with the specified name.
Syntax
C#
C++/CLI
Java
Python
public static AnnLayer Create( 
   string name 
) 
public AnnLayer(String name) 
public:  
   static AnnLayer^ Create( 
      String^ name 
   ) 
def Create(self,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.