ArcFM Solution Developer Guide
SetIsTestCaseDirty Method (IMMDistopsWorkspace)


Syntax
'Declaration
 
Sub SetIsTestCaseDirty( _
   ByVal sTableName As System.String, _
   ByVal bIsDirty As System.Boolean _
) 
'Usage
 
Dim instance As IMMDistopsWorkspace
Dim sTableName As System.String
Dim bIsDirty As System.Boolean
 
instance.SetIsTestCaseDirty(sTableName, bIsDirty)
void SetIsTestCaseDirty( 
   System.string sTableName,
   System.bool bIsDirty
)

Parameters

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