ArcGIS Pro 2.6 API Reference Guide
GetMaterialEdgeWidth Method

ArcGIS.Core.Geometry Namespace > Multipatch Class : GetMaterialEdgeWidth 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 width of the specified material.
Syntax
public int GetMaterialEdgeWidth( 
   int materialIndex
)
Public Function GetMaterialEdgeWidth( _
   ByVal materialIndex As Integer _
) As Integer

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