Responder Developer Guide
LoadOperations(Stream) Method


Version: 10.2.1a

Resource Center Home

Loads an OperationGroups object from the xml source specified by a stream.
Syntax
'Declaration
 
Public Overloads Function LoadOperations( _
   ByVal stream As Stream _
) As OperationGroups
'Usage
 
Dim instance As OperationsLoader
Dim stream As Stream
Dim value As OperationGroups
 
value = instance.LoadOperations(stream)
public OperationGroups LoadOperations( 
   Stream stream
)

Parameters

stream

Return Value

A fully populated OperationGroups object
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

OperationsLoader Class
OperationsLoader Members
Overload List

 

 


Send Comment