ArcFM Desktop Developer Guide
Close(Boolean,Boolean,Boolean) Method


Version: 10.2.1b and 10.2.1b SP1

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
If true with reconcile and post the version to the parent version (usually SDE.Default). If false it is assumed a tool like GDBM will take care of the reconcile and post at a later time.
Closes the express design, saves palettes
Syntax
'Declaration
 
Public Overloads Function Close( _
   ByVal commitChanges As Boolean, _
   ByVal forceClosed As Boolean, _
   ByVal recAndPost As Boolean _
) As CloseDesignResult
'Usage
 
Dim instance As ExpressDesign
Dim commitChanges As Boolean
Dim forceClosed As Boolean
Dim recAndPost As Boolean
Dim value As CloseDesignResult
 
value = instance.Close(commitChanges, forceClosed, recAndPost)
public CloseDesignResult Close( 
   bool commitChanges,
   bool forceClosed,
   bool recAndPost
)

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
recAndPost
If true with reconcile and post the version to the parent version (usually SDE.Default). If false it is assumed a tool like GDBM will take care of the reconcile and post at a later time.
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