AttributeRange.FaceStart Property

Language:

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 Leave Site value that indicates the index of the first face in the attribute group.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center