.netCHARTING v10.5 Documentation


Path of XML file or XML data to load.
LoadState Method (SmartPalette)
Imports a SmartPalette object from the specified xml file.
Syntax
'Declaration
 
Public Sub LoadState( _
   ByVal xmlDataOrFileName As String _
) 
'Usage
 
Dim instance As SmartPalette
Dim xmlDataOrFileName As String
 
instance.LoadState(xmlDataOrFileName)
public void LoadState( 
   string xmlDataOrFileName
)

Parameters

xmlDataOrFileName
Path of XML file or XML data to load.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also