MeshContainer.Name Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the mesh name.

Definition

Visual Basic Public Property Name As String
C# public string Name { get; set; }
C++ public:
property StringLeave Site^ Name {
        StringLeave Site^ get();
        void set(StringLeave Sitevalue);
}
JScript public function get Name() : String
public function set Name(String);

Property Value

System.String
String that contains the name of the mesh.

This property is read/write.