ArcFM Engine Developer Guide
HasThisAttribute Method


object to be tested.
Returns whether the specified (class) object contains this custom attribute.
Syntax
'Declaration
 
Public Shared Function HasThisAttribute( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim obj As Object
Dim value As Boolean
 
value = UseQueryServicesAttribute.HasThisAttribute(obj)
public static bool HasThisAttribute( 
   object obj
)

Parameters

obj
object to be tested.

Return Value

Returns true if object has this attribute, 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

UseQueryServicesAttribute Class
UseQueryServicesAttribute Members

 

 


Send Comment