ArcGIS Pro 2.9 API Reference Guide
InitializeForActiveTemplate Method (IEditingCreateToolControl)

ArcGIS.Desktop.Editing Namespace > IEditingCreateToolControl Interface : InitializeForActiveTemplate Method
tool options obtained from the template for the given toolID.
Called just before OpenAsync when this IEditingCreateToolControl is being used within the ActiveTemplate pane.
Syntax
bool InitializeForActiveTemplate( 
   ToolOptions options
)
Function InitializeForActiveTemplate( _
   ByVal options As ToolOptions _
) As Boolean

Parameters

options
tool options obtained from the template for the given toolID.

Return Value

True, when the implementation wants to display something in Active Template pane
False, don't display anything in Active Template pane.
Remarks
The implementation can choose to display nothing in Active Template pane via the return value.

When ArcGIS.Desktop.Framework.Controls.EmbeddableControl.CloseAsync is called, options won't be stored back into the CIM.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IEditingCreateToolControl Interface
IEditingCreateToolControl Members