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

Initialize Method (MapMember)
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
)

Parameters

properties
managedProperties
creating
fireAny
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also