Responder Developer Guide
LoadOperations(String) Method


Version: 10.2.1a

Resource Center Home

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

Parameters

filename

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