ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructMaterial Method / ConstructMaterial(CIMColor) Method
Color of the material

In This Topic
    ConstructMaterial(CIMColor) Method
    In This Topic
    Constructs a default material for a mesh with the specified color.
    Syntax
    public CIMMaterialSymbolLayer ConstructMaterial( 
       CIMColor color
    )
    Public Overloads Function ConstructMaterial( _
       ByVal color As CIMColor _
    ) As CIMMaterialSymbolLayer

    Parameters

    color
    Color of the material

    Return Value

    Remarks
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also