Frame.MeshContainer Property

Language:

Retrieves or sets a MeshContainer object in a transformation frame hierarchy.

Definition

Visual Basic Public Property MeshContainer As MeshContainer
C# public MeshContainer MeshContainer { get; set; }
C++ public:
property MeshContainer^ MeshContainer {
        MeshContainer^ get();
        void set(MeshContainervalue);
}
JScript public function get MeshContainer() : MeshContainer
public function set MeshContainer(MeshContainer);

Property Value

Microsoft.DirectX.Direct3D.MeshContainer
A MeshContainer object.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center