ArcFM Responder Mobile Developer Guide
ModelNameExists Method






Syntax
'Declaration
 
Function ModelNameExists( _
   ByVal Name As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMModelNameInfo
Dim Name As System.String
Dim value As System.Boolean
 
value = instance.ModelNameExists(Name)
System.bool ModelNameExists( 
   System.string Name
)
function ModelNameExists( 
    Name: System.String
): System.Boolean; 
function ModelNameExists( 
   Name : System.String
) : System.boolean;
System.bool ModelNameExists( 
   System.string* Name
) 
System.bool ModelNameExists( 
   System.String^ Name
) 

Parameters

Name
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMModelNameInfo Interface
IMMModelNameInfo Members

Send Feedback