ArcGIS Pro 3.7 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 Friend Overridable Sub Initialize( _
       ByVal properties As ILayerPropertySet, _
       ByVal managedProperties As ManagedLayerProperties, _
       Optional ByVal creating As Boolean, _
       Optional ByVal fireAny As Boolean _
    ) 
    protected internal virtual void Initialize( 
       ILayerPropertySet properties,
       ManagedLayerProperties managedProperties,
       bool creating,
       bool fireAny
    )

    Parameters

    properties
    managedProperties
    creating
    fireAny
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also