ArcGIS Pro 2.6 API Reference Guide
GetMaterialEdgeColor Method

ArcGIS.Core.Geometry Namespace > Multipatch Class : GetMaterialEdgeColor Method
The index of the material. Must be greater than or equal to zero and less than MaterialCount. Get the index for a patch by calling GetPatchMaterialIndex.
Gets the edge color of the specified material.
Syntax
public Color GetMaterialEdgeColor( 
   int materialIndex
)
Public Function GetMaterialEdgeColor( _
   ByVal materialIndex As Integer _
) As Color

Parameters

materialIndex
The index of the material. Must be greater than or equal to zero and less than MaterialCount. Get the index for a patch by calling GetPatchMaterialIndex.
Exceptions
ExceptionDescription
The material index must be >= 0.
The material index must be less than the number of materials in the multipatch.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Multipatch Class
Multipatch Members