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