ArcFM Engine Developer Guide
HasValidProperty Method


The key of the property to check.
Determines if a property for a given key has been set on this filter.
Syntax
'Declaration
 
Protected Function HasValidProperty( _
   ByVal key As String _
) As Boolean
'Usage
 
Dim instance As FilterBase
Dim key As String
Dim value As Boolean
 
value = instance.HasValidProperty(key)
protected bool HasValidProperty( 
   string key
)

Parameters

key
The key of the property to check.

Return Value

True if there is a non-null property set for this key.
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

FilterBase Class
FilterBase Members

 

 


Send Comment