ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapMember Class / Initialize Method

In This Topic
    Initialize Method (MapMember)
    In This Topic
    This method is used to initialize the object with up-to-date information from the CIM. It is called when the object is first loaded, and whenever its definition is changed.
    Syntax
    protected internal virtual void Initialize( 
       ILayerPropertySet properties,
       ManagedLayerProperties managedProperties,
       bool creating,
       bool fireAny
    )
    Protected Friend Overridable Sub Initialize( _
       ByVal properties As ILayerPropertySet, _
       ByVal managedProperties As ManagedLayerProperties, _
       Optional ByVal creating As Boolean, _
       Optional ByVal fireAny As Boolean _
    ) 

    Parameters

    properties
    managedProperties
    creating
    fireAny
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also