|  | MorphWeightCollectionName Property | 
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic string Name { get; set; }Public Property Name As String
	Get
	Set
public:
virtual property String^ Name {
	String^ get () sealed;
	void set (String^ value) sealed;
}abstract Name : string with get, set
override Name : string with get, set
Property Value
Type: 
String
            The name of the 
MorphWeightCollection. The default value is the name of the
            
Mesh or 
.
            
Implements
INamedObjectName See Also
See Also