ArcFM Engine Developer Guide
ResetSearchCriteria Method (_TypeLibInfo)


Syntax
'Declaration
 
<DispIdAttribute(1610743854)>
Sub ResetSearchCriteria( _
   Optional ByVal TypeFilter As TypeFlags, _
   Optional ByVal IncludeEmptyTypes As Boolean, _
   Optional ByVal ShowUnderscore As Boolean _
) 
'Usage
 
Dim instance As _TypeLibInfo
Dim TypeFilter As TypeFlags
Dim IncludeEmptyTypes As Boolean
Dim ShowUnderscore As Boolean
 
instance.ResetSearchCriteria(TypeFilter, IncludeEmptyTypes, ShowUnderscore)
[DispId(1610743854)]
void ResetSearchCriteria( 
   TypeFlags TypeFilter,
   bool IncludeEmptyTypes,
   bool ShowUnderscore
)

Parameters

TypeFilter
IncludeEmptyTypes
ShowUnderscore
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

_TypeLibInfo Interface
_TypeLibInfo Members

 

 


Send Comment