ArcFM Desktop Developer Guide
SetIsTestCaseDirty Method


String
Boolean
Designates a test case table as dirty, or edited, so the Analysis API knows to export this table. Also can be used to designate a table as clean.
Syntax
'Declaration
 
Sub SetIsTestCaseDirty( _
   ByVal sTableName As String, _
   ByVal bIsDirty As Boolean _
) 
'Usage
 
Dim instance As IMMDistopsWorkspace
Dim sTableName As String
Dim bIsDirty As Boolean
 
instance.SetIsTestCaseDirty(sTableName, bIsDirty)
void SetIsTestCaseDirty( 
   string sTableName,
   bool bIsDirty
)

Parameters

sTableName
String
bIsDirty
Boolean
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

IMMDistopsWorkspace Interface
IMMDistopsWorkspace Members

 

 


Send Comment