ArcFM Engine Developer Guide
Save Method (ElementStateOperations)


Save persist elements state into XML stream
Syntax
'Declaration
 
Public Shared Sub Save( _
   ByVal stream As Stream _
) 
'Usage
 
Dim stream As Stream
 
ElementStateOperations.Save(stream)
public static void Save( 
   Stream stream
)

Parameters

stream
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ElementStateOperations Class
ElementStateOperations Members

 

 


Send Comment