ArcFM Engine Developer Guide
GetDomainValue Method


Syntax
'Declaration
 
Protected MustOverride Function GetDomainValue( _
   ByVal domainName As String, _
   ByVal domainCode As String _
) As String
'Usage
 
Dim instance As ResponderExporterBase
Dim domainName As String
Dim domainCode As String
Dim value As String
 
value = instance.GetDomainValue(domainName, domainCode)
protected abstract string GetDomainValue( 
   string domainName,
   string domainCode
)

Parameters

domainName
domainCode
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

ResponderExporterBase Class
ResponderExporterBase Members

 

 


Send Comment