ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / BuilderMethod Class / Tooltip Method
the Part in which this BuilderMethod is being displayed

In This Topic
    Tooltip Method
    In This Topic
    Gets text that will be displayed over the display of this BuilderMethod in the TemplateProperties dialog box.
    Syntax
    public virtual string Tooltip( 
       EditingGroupTemplate.Part part
    )
    Public Overridable Function Tooltip( _
       ByVal part As EditingGroupTemplate.Part _
    ) As String

    Parameters

    part
    the Part in which this BuilderMethod is being displayed

    Return Value

    a text to be displayed as a tool tip
    Remarks
    Note: overriding this method is optional - a default tool tip is automatically derived from this BuilderMethod's Name, and the non-default Part's Values.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also