Frame.MeshContainer Property (Microsoft.DirectX.Direct3D)

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.