BaseMesh.AttributeTable
AttributeTable プロパティ
メッシュの属性テーブル、またはメッシュの属性テーブルに格納されているエントリの数を取得する。
定義
Visual Basic | Public ReadOnly Property AttributeTable As AttributeRange() |
C# | public AttributeRange[] AttributeTable { get; } |
Managed C++ | public: __property AttributeRange get_AttributeTable(); |
JScript | public function get AttributeTable() : AttributeRange[] |
プロパティ値
Microsoft.DirectX.Direct3D.AttributeRange.
これは読み取り専用プロパティである。
対象
BaseMesh, Mesh, ProgressiveMesh
© 2002 Microsoft Corporation. All rights reserved. Terms of use.