INetworkTraceConfiguration Interface

Provides access to members that access named trace configuration information.

Members

Name Description
Method AddTraceConfiguration Saves the named trace configuration.
Method AlterTraceConfiguration Updates the named trace configurations with new information.
Method DeleteTraceConfigurationByCreatorAndName Deletes the named trace configuration.
Method DeleteTraceConfigurations Deletes the collection of named trace configurations.
Read-only property TraceConfigurations Gets trace configurations as per passed globalIDs, creators, configiraton names and tags.

INetworkTraceConfiguration.AddTraceConfiguration Method

Saves the named trace configuration.

Public Sub AddTraceConfiguration ( _
    ByVal Creator As String, _
    ByVal Name As String, _
    ByVal Description As String, _
    ByVal traceType As esriUtilityNetworkTraceType, _
    ByVal TraceConfiguration As ITraceConfiguration, _
    ByVal ResultTypes As IArray, _
    ByVal Tags As IStringArray _
)
public void AddTraceConfiguration (
    string Creator,
    string Name,
    string Description,
    esriUtilityNetworkTraceType traceType,
    ITraceConfiguration TraceConfiguration,
    IArray ResultTypes,
    IStringArray Tags
);

INetworkTraceConfiguration.AlterTraceConfiguration Method

Updates the named trace configurations with new information.

Public Sub AlterTraceConfiguration ( _
    ByVal GlobalID As Guid, _
    ByVal Name As String, _
    ByVal Description As String, _
    ByVal traceType As esriUtilityNetworkTraceType, _
    ByVal TraceConfiguration As ITraceConfiguration, _
    ByVal ResultTypes As IArray, _
    ByVal Tags As IStringArray _
)
public void AlterTraceConfiguration (
    Guid GlobalID,
    string Name,
    string Description,
    esriUtilityNetworkTraceType traceType,
    ITraceConfiguration TraceConfiguration,
    IArray ResultTypes,
    IStringArray Tags
);

INetworkTraceConfiguration.DeleteTraceConfigurationByCreatorAndName Method

Deletes the named trace configuration.

Public Sub DeleteTraceConfigurationByCreatorAndName ( _
    ByVal Creator As String, _
    ByVal Name As String _
)
public void DeleteTraceConfigurationByCreatorAndName (
    string Creator,
    string Name
);

INetworkTraceConfiguration.DeleteTraceConfigurations Method

Deletes the collection of named trace configurations.

Public Sub DeleteTraceConfigurations ( _
    ByVal pGlobalIDs As IStringArray _
)
public void DeleteTraceConfigurations (
    IStringArray pGlobalIDs
);

INetworkTraceConfiguration.TraceConfigurations Property

Gets trace configurations as per passed globalIDs, creators, configiraton names and tags.

Public Sub TraceConfigurations ( _
    ByVal GlobalIDs As IStringArray, _
    ByVal creators As IStringArray, _
    ByVal Names As IStringArray, _
    ByVal Tags As IStringArray, _
    ByRef creatorsRetVal As IStringArray, _
    ByRef namesRetVal As IStringArray, _
    ByRef ppDescriptionsRetVal As IStringArray, _
    ByRef ppTraceTypesRetVal As ILongArray, _
    ByRef traceConfigurationsRetVal As IArray, _
    ByRef resultTypesRetVal As IArray, _
    ByRef minimumStartingPointsRetVal As ILongArray, _
    ByRef creationDates As IDoubleArray, _
    ByRef tagsRetVal As IArray, _
    ByRef returnGlobalIDsRetVal As IStringArray _
)
public void TraceConfigurations (
    IStringArray GlobalIDs,
    IStringArray creators,
    IStringArray Names,
    IStringArray Tags,
    ref IStringArray creatorsRetVal,
    ref IStringArray namesRetVal,
    ref IStringArray ppDescriptionsRetVal,
    ref ILongArray ppTraceTypesRetVal,
    ref IArray traceConfigurationsRetVal,
    ref IArray resultTypesRetVal,
    ref ILongArray minimumStartingPointsRetVal,
    ref IDoubleArray creationDates,
    ref IArray tagsRetVal,
    ref IStringArray returnGlobalIDsRetVal
);

Classes that implement INetworkTraceConfiguration

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.