ArcFM Desktop Developer Guide
HasEdits Property (IMMSessionVersion3)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Use this property to determine whether a session has been saved along with a stored display.
Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
Property HasEdits As Boolean
'Usage
 
Dim instance As IMMSessionVersion3
Dim value As Boolean
 
instance.HasEdits = value
 
value = instance.HasEdits
[DispId(1610678272)]
bool HasEdits {get; set;}

Property Value

Boolean
Example
IMMSessionVersion3::HasEdits Sample (Visual Basic) Copy Code
If pEditor.EditState = esriStateEditing Then
     If pEditor.HasEdits Then
         Dim pSessionVersion3 As IMMSessionVersion3
         Set pSessionVersion3 = pSession
         pSessionVersion3.HasEdits = True
     End If
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

IMMSessionVersion3 Interface
IMMSessionVersion3 Members

 

 


Send Comment