ArcFM Solution 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 System.String _
) As System.Boolean
'Usage
 
Dim instance As FilterBase
Dim key As System.String
Dim value As System.Boolean
 
value = instance.HasValidProperty(key)
protected System.bool HasValidProperty( 
   System.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