ArcFM Responder Mobile Developer Guide
GetScenarioAsList Method (IMMMCPersistance)






Syntax
'Declaration
 
Function GetScenarioAsList( _
   ByVal bstrScenarioName As System.String _
) As ID8List
'Usage
 
Dim instance As IMMMCPersistance
Dim bstrScenarioName As System.String
Dim value As ID8List
 
value = instance.GetScenarioAsList(bstrScenarioName)
ID8List GetScenarioAsList( 
   System.string bstrScenarioName
)
function GetScenarioAsList( 
    bstrScenarioName: System.String
): ID8List; 
function GetScenarioAsList( 
   bstrScenarioName : System.String
) : ID8List;
ID8List* GetScenarioAsList( 
   System.string* bstrScenarioName
) 
ID8List^ GetScenarioAsList( 
   System.String^ bstrScenarioName
) 

Parameters

bstrScenarioName
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

IMMMCPersistance Interface
IMMMCPersistance Members

Send Feedback