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 String^ Name {
String^ get();
void set(String^ value);
}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.