ArcFM Engine Developer Guide
HandleReset Method


The parent node of the configuration element.
Concrete implementation of System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement).
Syntax
'Declaration
 
Public Sub HandleReset( _
   ByVal parentElement As ConfigurationElement _
) 
'Usage
 
Dim instance As CustomProviderDataHelper(Of T)
Dim parentElement As ConfigurationElement
 
instance.HandleReset(parentElement)
public void HandleReset( 
   ConfigurationElement parentElement
)

Parameters

parentElement
The parent node of the configuration element.
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

CustomProviderDataHelper<T> Class
CustomProviderDataHelper<T> Members

 

 


Send Comment