ArcGIS Pro 2.6 API Reference Guide
GetMaterialShininess Method

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