ArcGIS Pro 2.6 API Reference Guide
Material Property

ArcGIS.Core.Geometry Namespace > Patch Class : Material Property
Gets or sets the material for this patch by reference.
Syntax
public Material Material {get; set;}
Public Property Material As Material
Remarks
Patches may share the same material. The getter returns the material for this patch builder by reference. A change to the returned material changes the material in any patch containing the material. Patches that share the material will have the same material index returned from GetPatchMaterialIndex. To remove the material from this patch, set the material to null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Patch Class
Patch Members