Responder Developer Guide
LoadOperations(XmlDocument) Method


Version: 10.2.1a

Resource Center Home

Loads an OperationGroups object from an XmlDocument source.
Syntax
'Declaration
 
Public Overloads Function LoadOperations( _
   ByVal xmldoc As XmlDocument _
) As OperationGroups
'Usage
 
Dim instance As OperationsLoader
Dim xmldoc As XmlDocument
Dim value As OperationGroups
 
value = instance.LoadOperations(xmldoc)
public OperationGroups LoadOperations( 
   XmlDocument xmldoc
)

Parameters

xmldoc

Return Value

A fully populated OperationGroups object
Remarks
Used by Design Optimization Layouts to load an OperationGroups form an XmlDocument stored a strong typed resource
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