←Select platform

Create Method

Summary

Creates a new instance of AnnBatesText.

Syntax

C#
VB
WinRT C#
C++
public static AnnBatesText Create( 
   string text 
) 
Public Shared Function Create( _ 
   ByVal text As String _ 
) As Leadtools.Annotations.Documents.AnnBatesText 
public static Leadtools.Annotations.Documents.AnnBatesText Create(  
   string text 
) 
 function Leadtools.Annotations.Documents.AnnBatesText.Create(  
   text  
) 
public:  
   static AnnBatesText^ Create( 
      String^ text 
   ) 

Parameters

text
A String

Return Value

The AnnBatesText this method creates.

Example

For an example, refer to IAnnBatesElement.

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.Documents Assembly