XSI_UserDataList

Stores the list of entities to which user data is attached.

 

This template corresponds to the CSLUserDataList class.

Introduced

3.6

Template

XSI_UserDataList <name>{
   <number of entries>,
   <endian>,
   ...        // 0 or more XSI_UserData templates (
}

Members

Member name

Description

entries

Number of entries

endian

Specifies the Endian byte order of the computer that exported the UserData. For example, x86 processors use the little endian order and MIPS processors use the big endian order. Possible values are:

0 = Little endian

1 = Big endian

Example

See the example in XSI_UserData.



Autodesk Crosswalk v3.2