ArcFM Engine Developer Guide
IMMElectricTracingEx Interface
Members 


This interface performs the trace as specified by the arguments on the FindFeedPaths and TraceDownstream methods. These methods are the most useful electrical tracing methods exposed by Feeder Manager and offer a great degree of flexibility. Traces may be further customized using the IMMElectricTraceSettings and IMMCurrentStatus interfaces. If you are using VB6, this interface should be called rather than the IMMElectricTracing interface, which cannot be called from VB6.
Available at Version
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("B07E9627-422C-40AD-85D1-EC5AA8AB4DB5")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<ComImportAttribute()>
Public Interface IMMElectricTracingEx 
'Usage
 
Dim instance As IMMElectricTracingEx
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B07E9627-422C-40AD-85D1-EC5AA8AB4DB5")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[ComImport()]
public interface IMMElectricTracingEx 
Remarks

MMFeederTracer is the only coclass that implements IMMElectricTracingEx.

The purpose of the IMMCurrentStatus argument is to add flexibility to the IMMElectricTracingEx functions, so that they may be used for special needs that cannot be addressed by simple tracing against the normal switch state. By supplying a custom implementation of IMMCurrentStatus as argument, a developer can alter tracing behavior and outcome in many remarkable and potentially valuable ways.

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

IMMElectricTracingEx Members
Miner.Interop Namespace

This interface performs the trace as specified by the arguments on the FindFeedPaths and TraceDownstream methods. These methods are the most useful electrical tracing methods exposed by Feeder Manager and offer a great degree of flexibility. Traces may be further customized using the IMMElectricTraceSettings and IMMCurrentStatus interfaces. If you are using VB6, this interface should be called rather than the IMMElectricTracing interface, which cannot be called from VB6.
Syntax
'Declaration
 
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("B07E9627-422C-40AD-85D1-EC5AA8AB4DB5")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<ComImportAttribute()>
Public Interface IMMElectricTracingEx 
'Usage
 
Dim instance As IMMElectricTracingEx
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B07E9627-422C-40AD-85D1-EC5AA8AB4DB5")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[ComImport()]
public interface IMMElectricTracingEx 
Remarks

MMFeederTracer is the only coclass that implements IMMElectricTracingEx.

The purpose of the IMMCurrentStatus argument is to add flexibility to the IMMElectricTracingEx functions, so that they may be used for special needs that cannot be addressed by simple tracing against the normal switch state. By supplying a custom implementation of IMMCurrentStatus as argument, a developer can alter tracing behavior and outcome in many remarkable and potentially valuable ways.

Inheritance Hierarchy

Miner.Interop.IMMElectricTracingEx

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

IMMElectricTracingEx Members
Miner.Interop Namespace

 

 


Send Comment