ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TraceNetworkLayer Class / Initialize Method

In This Topic
    Initialize Method (TraceNetworkLayer)
    In This Topic
    Syntax
    Protected Friend Overrides NotOverridable Sub Initialize( _
       ByVal layerProperties As ILayerPropertySet, _
       ByVal managedLayerProperties As ManagedLayerProperties, _
       Optional ByVal creating As Boolean, _
       Optional ByVal fireAny As Boolean _
    ) 
    protected internal override void Initialize( 
       ILayerPropertySet layerProperties,
       ManagedLayerProperties managedLayerProperties,
       bool creating,
       bool fireAny
    )

    Parameters

    layerProperties
    managedLayerProperties
    creating
    fireAny
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also