MaterialCollection.Add(Material) Method

Definition

Adds a Material to the end of the MaterialCollection.

public:
 virtual void Add(System::Windows::Media::Media3D::Material ^ value);
public void Add (System.Windows.Media.Media3D.Material value);
abstract member Add : System.Windows.Media.Media3D.Material -> unit
override this.Add : System.Windows.Media.Media3D.Material -> unit
Public Sub Add (value As Material)

Parameters

value
Material

Item to add to the end of this collection.

Implements

Applies to