ArcFM Solution Developer Guide
IsSavedAllowed Method


Syntax
'Declaration
 
<System.Runtime.CompilerServices.AsyncStateMachineAttribute(SE.Geospatial.Desktop.Common.ViewModels.SaveEditDialog/d__19)>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Protected Overridable Function IsSavedAllowed() As System.Threading.Tasks.Task(Of Boolean)
'Usage
 
Dim instance As VaultViewModel
Dim value As System.Threading.Tasks.Task(Of Boolean)
 
value = instance.IsSavedAllowed()
[System.Runtime.CompilerServices.AsyncStateMachine(SE.Geospatial.Desktop.Common.ViewModels.SaveEditDialog/d__19)]
[System.Diagnostics.DebuggerStepThrough()]
protected virtual System.Threading.Tasks.Task<bool> IsSavedAllowed()
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

VaultViewModel Class
VaultViewModel Members

 

 


Send Comment