ArcFM Server Developer Guide
EngineExtension Class
Members 


Product Availability
Required Licenses
.NET Assembly
Viewer For Engine specific extension
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ProgIdAttribute("Miner.Framework.FiberManager.FiberManagerEngineExtension")>
<GuidAttribute("8AF570AC-8095-4651-A09C-854D7394F20C")>
Public Class EngineExtension 
   Implements ESRI.ArcGIS.esriSystem.IExtension 
'Usage
 
Dim instance As EngineExtension
[ComVisible(true)]
[ClassInterface(ClassInterfaceType.None)]
[ProgId("Miner.Framework.FiberManager.FiberManagerEngineExtension")]
[Guid("8AF570AC-8095-4651-A09C-854D7394F20C")]
public class EngineExtension : ESRI.ArcGIS.esriSystem.IExtension  
Remarks
This extension is a lightweight version of the dynamic one. It does only register the mappings for the IoC. We cannot use the full ArcMap one because it checks that the Fiber Manager product is installed. In Engine-only environments, it's not.
Inheritance Hierarchy

System.Object
   Miner.Framework.FiberManager.Extensions.EngineExtension

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

EngineExtension Members
Miner.Framework.FiberManager.Extensions Namespace

 

 


Send Comment