ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructMarkerFromBitmapSource Method
The bitmapSource representing the image.

In This Topic
    ConstructMarkerFromBitmapSource Method (SymbolFactory)
    In This Topic
    Constructs a marker from a bitmap source.
    Syntax
    Public Function ConstructMarkerFromBitmapSource( _
       ByVal bitmapSource As BitmapSource _
    ) As CIMMarker
    public CIMMarker ConstructMarkerFromBitmapSource( 
       BitmapSource bitmapSource
    )

    Parameters

    bitmapSource
    The bitmapSource representing the image.

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also