ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructMeshEdge Method / ConstructMeshEdge(CIMColor) Method
The color of the edge

In This Topic
    ConstructMeshEdge(CIMColor) Method
    In This Topic
    Constructs a mesh edge for a mesh with the specified color.
    Syntax
    public CIMMeshEdge ConstructMeshEdge( 
       CIMColor color
    )
    Public Overloads Function ConstructMeshEdge( _
       ByVal color As CIMColor _
    ) As CIMMeshEdge

    Parameters

    color
    The color of the edge

    Return Value

    Remarks
    There is only one type of edge currently: ArcGIS.Core.CIM.CIMSolidMeshEdge
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also