ArcGIS Pro 2.9 API Reference Guide
Initialize Method (MapMember)

ArcGIS.Desktop.Mapping Namespace > MapMember Class : Initialize Method
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, Windows 8.1

See Also

Reference

MapMember Class
MapMember Members