BoneCombination.AttributeId Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the attribute table identifier.

Definition

Visual Basic Public Property AttributeId As Integer
C# public int AttributeId { get; set; }
C++ public:
property int AttributeId {
        int get();
        void set(int value);
}
JScript public function get AttributeId() : int
public function set AttributeId(int);

Property Value

System.Int32
An Int32Leave Site value that indicates the attribute table identifier for the BoneCombination.

This property is read/write.