ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructMarkerFromStream Method
The stream representing the image.

In This Topic
    ConstructMarkerFromStream Method (ISymbolFactory)
    In This Topic
    Constructs a marker from a stream.
    Syntax
    CIMMarker ConstructMarkerFromStream( 
       Stream stream
    )
    Function ConstructMarkerFromStream( _
       ByVal stream As Stream _
    ) As CIMMarker

    Parameters

    stream
    The stream representing the image.

    Return Value

    Remarks
    Marker can be created from the following stream data type: JPG, BMP, PNG, GIF
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also