ArcFM Desktop Developer Guide
ExistsResource Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The resource name and extension. (Resource location defined by this class.)
Returns whether the specified named resource exists as an embedded resource.
Syntax
'Declaration
 
Public Function ExistsResource( _
   ByVal resourceName As String _
) As Boolean
'Usage
 
Dim instance As ResourceData
Dim resourceName As String
Dim value As Boolean
 
value = instance.ExistsResource(resourceName)
public bool ExistsResource( 
   string resourceName
)

Parameters

resourceName
The resource name and extension. (Resource location defined by this class.)

Return Value

True if the resource if found, else false.
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

ResourceData Class
ResourceData Members

 

 


Send Comment