Responder Developer Guide
GetCircuitElementStatus Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Returns the outage event, if any, associated with a circuitElement given the objectRef of the circuitElement.  The outageEventID is the objectID of an outageEvent obtained earlier by calling GetActiveOutages.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function GetCircuitElementStatus( _
   ByVal cktElementRef As objectRef _
) As circuitElementStatus
'Usage
 
Dim instance As OAServer
Dim cktElementRef As objectRef
Dim value As circuitElementStatus
 
value = instance.GetCircuitElementStatus(cktElementRef)
[WebMethod("Returns the outage event, if any, associated with a circuitElement given the objectRef of the circuitElement.  The outageEventID is the objectID of an outageEvent obtained earlier by calling GetActiveOutages.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public circuitElementStatus GetCircuitElementStatus( 
   objectRef cktElementRef
)

Parameters

cktElementRef
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

OAServer Class
OAServer Members

 

 


Send Comment