←Select platform

Create Method

Summary

Creates a new layer with the specified name.

Syntax

C#
VB
Java
WinRT C#
C++
public static AnnLayer Create( 
   string name 
) 
Public Shared Function Create( _ 
   ByVal name As String _ 
) As Leadtools.Annotations.Core.AnnLayer 
public static Leadtools.Annotations.Core.AnnLayer Create(  
   string name 
) 
public AnnLayer(String name) 
 function Leadtools.Annotations.Core.AnnLayer.Create(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly