←Select platform

WriteElementsToString Method

Summary
Converts an array of IAnnBatesElement elements to a string expression using (starting, ending , and separating) symbols.
Syntax
C#
VB
C++
Java
public string WriteElementsToString( 
   IAnnBatesElement[] elements 
) 
Public Function WriteElementsToString( _ 
   ByVal elements() As IAnnBatesElement _ 
) As String 
public String writeElementsToString(IAnnBatesElement[] elements) 
public:  
   String^ WriteElementsToString( 
      array<IAnnBatesElement^>^ elements 
   ) 

Parameters

elements
The Bates stamp elements array to convert to a string expression. This value must not be null.

Return Value

A string expression for these elements.

Example

For an example, refer to AnnBatesStampTranslator.

Requirements

Target Platforms

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

Leadtools.Annotations.BatesStamp Assembly

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