ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructMeshSymbol Method / ConstructMeshSymbol(CIMColor,MaterialMode) Method
Color of the material
Material mode.

In This Topic
    ConstructMeshSymbol(CIMColor,MaterialMode) Method
    In This Topic
    Constructs a mesh symbol with the specified color and material mode.
    Syntax
    public CIMMeshSymbol ConstructMeshSymbol( 
       CIMColor color,
       MaterialMode materialMode
    )
    Public Overloads Function ConstructMeshSymbol( _
       ByVal color As CIMColor, _
       ByVal materialMode As MaterialMode _
    ) As CIMMeshSymbol

    Parameters

    color
    Color of the material
    materialMode
    Material mode.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also