ArcFM Desktop Developer Guide
Close(Boolean,Boolean) Method


Version: 10.2.1a

Resource Center Home

Informs the close method if current edits should be saved
Informs the close method to abort the reconcile and post process in the event of a conflict or error. This is useful for design closure due to due to a version change or the closing ArcMap. It's also used for batch reconcile and post tools that want to abort and log the version with a batch processing tool such as GDBM
Closes the express design, saves palettes
Syntax
'Declaration
 
Public Overloads Function Close( _
   ByVal commitChanges As Boolean, _
   ByVal forceClosed As Boolean _
) As CloseDesignResult
'Usage
 
Dim instance As ExpressDesign
Dim commitChanges As Boolean
Dim forceClosed As Boolean
Dim value As CloseDesignResult
 
value = instance.Close(commitChanges, forceClosed)
public CloseDesignResult Close( 
   bool commitChanges,
   bool forceClosed
)

Parameters

commitChanges
Informs the close method if current edits should be saved
forceClosed
Informs the close method to abort the reconcile and post process in the event of a conflict or error. This is useful for design closure due to due to a version change or the closing ArcMap. It's also used for batch reconcile and post tools that want to abort and log the version with a batch processing tool such as GDBM
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

ExpressDesign Class
ExpressDesign Members
Overload List

 

 


Send Comment