ArcFM Desktop Developer Guide
hasFeature Method


Syntax
'Declaration
 
<DispIdAttribute(145)>
Function hasFeature( _
   ByVal feature As String, _
   ByVal version As String _
) As Boolean
'Usage
 
Dim instance As IXMLDOMImplementation
Dim feature As String
Dim version As String
Dim value As Boolean
 
value = instance.hasFeature(feature, version)
[DispId(145)]
bool hasFeature( 
   string feature,
   string version
)

Parameters

feature
version
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

IXMLDOMImplementation Interface
IXMLDOMImplementation Members

 

 


Send Comment