ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StyleHelper Class / SearchDimensionStyles Method
The StyleProjectItem to search.
The search term.

In This Topic
    SearchDimensionStyles Method
    In This Topic
    Returns a collection of dimension style style items that satisfy the search criteria. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Shared Function SearchDimensionStyles( _
       ByVal styleProjectItem As StyleProjectItem, _
       ByVal searchString As String _
    ) As IList(Of DimensionStyleStyleItem)

    Parameters

    styleProjectItem
    The StyleProjectItem to search.
    searchString
    The search term.

    Return Value

    A collection of DimensionStyleStyleItem.
    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also