ArcFM Responder Mobile Developer Guide
GetStoppers Method






Syntax
'Declaration
 
Function GetStoppers( _
   ByVal sModelName As System.String _
) As IMMEnumInt
'Usage
 
Dim instance As IMMStoppers
Dim sModelName As System.String
Dim value As IMMEnumInt
 
value = instance.GetStoppers(sModelName)
IMMEnumInt GetStoppers( 
   System.string sModelName
)
function GetStoppers( 
    sModelName: System.String
): IMMEnumInt; 
function GetStoppers( 
   sModelName : System.String
) : IMMEnumInt;
IMMEnumInt* GetStoppers( 
   System.string* sModelName
) 
IMMEnumInt^ GetStoppers( 
   System.String^ sModelName
) 

Parameters

sModelName
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

IMMStoppers Interface
IMMStoppers Members

Send Feedback