ArcFM Engine Developer Guide
RaiseClosingDesign Method (IMMRaiseDesignEvents)


VARIANT_BOOL
Syntax
'Declaration
 
Sub RaiseClosingDesign( _
   ByVal saving As Boolean _
) 
'Usage
 
Dim instance As IMMRaiseDesignEvents
Dim saving As Boolean
 
instance.RaiseClosingDesign(saving)
void RaiseClosingDesign( 
   bool saving
)

Parameters

saving
VARIANT_BOOL
Example

using System.Reflection;

using System.Runtime.CompilerServices;

using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following

// set of attributes. Change these attribute values to modify the information

// associated with an assembly.

[assembly: AssemblyTitle("RaiseClosingCommand")]

[assembly: AssemblyDescription("")]

[assembly: AssemblyConfiguration("")]

[assembly: AssemblyCompany("Schneider Electric")]

[assembly: AssemblyProduct("RaiseClosingCommand")]

[assembly: AssemblyCopyright("Copyright © Schneider Electric 2015")]

[assembly: AssemblyTrademark("")]

[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible

// to COM components. If you need to access a type in this assembly from

// COM, set the ComVisible attribute to true on that type.

[assembly: ComVisible(true)]

// The following GUID is for the ID of the typelib if this project is exposed to COM

[assembly: Guid("2f86af05-7a05-410e-ae58-c4578b0978c2")]

// Version information for an assembly consists of the following four values:

//

// Major Version

// Minor Version

// Build Number

// Revision

//

// You can specify all the values or you can default the Revision and Build Numbers

// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.0.0")]

[assembly: AssemblyFileVersion("1.0.0.0")]

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

IMMRaiseDesignEvents Interface
IMMRaiseDesignEvents Members

 

 


Send Comment