←Select platform

WriteElementToString Method

Summary

Converts IAnnBatesElement to string expression using (starting, ending, and separating) symbols.

Syntax
C#
VB
C++
Java
public string WriteElementToString( 
   IAnnBatesElement element 
) 
Public Function WriteElementToString( _ 
   ByVal element As IAnnBatesElement _ 
) As String 
public String writeElementToString(IAnnBatesElement element) 
public:  
   String^ WriteElementToString( 
      IAnnBatesElement^ element 
   ) 

Parameters

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

Return Value

A string expression for this element.

Example

For an example, refer to AnnBatesStampTranslator.

Requirements

Target Platforms

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

Leadtools.Annotations.BatesStamp Assembly