MeshContainer.NextContainer Property (Microsoft.DirectX.Direct3D)

Retrieves the next mesh container.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.MeshContainer
A MeshContainer object to retrieve.

This property is read-only.