Contains the binary user data stored in a UserDataBlob property.
![]()
|
This template corresponds to the CSLUserDataBlob class. |
5.0
XSI_UserDataBlob <property-name> {
<size>,
<data>
}
|
Member name |
Description |
|
size |
Size in bytes. |
|
data |
Comma-separated list of unsigned chars, converted to string representation. |
// The letter 'a' stored in a UserDataBlob
XSI_UserDataBlob MyUserDataBlob {
2,
97,0,
}Autodesk Softimage v7.5