BoneCombination.AttributeId Property

Language:

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 Int32 Leave Site value that indicates the attribute table identifier for the BoneCombination.

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.