AttributeRange.FaceCount Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the number of faces included in an attribute table entry.
Definition
Visual Basic Public Property FaceCount As Integer C# public int FaceCount { get; set; } C++ public:
property int FaceCount {
int get();
void set(int value);
}JScript public function get FaceCount() : int
public function set FaceCount(int);
Property Value
System.Int32
An Int32 value that indicates the number of faces in the attribute range.This property is read/write.