←Select platform

SetElementValue Method

Summary
Sets the XML value from a raw string.
Syntax
C#
VB
Objective-C
C++
public void SetElementValue( 
   string value 
) 
Public Sub SetElementValue( _ 
   ByVal value As String _ 
)  
- (BOOL)setElementValue:(NSString *)value 
public: 
void SetElementValue(  
   String^ value 
)  

Parameters

value
The new value of the XML element as a raw string.

Example

For an example, refer to EnumerateElements.

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

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