XSI_UserDataBlob

Contains the binary user data stored in a UserDataBlob property.

 

This template corresponds to the CSLUserDataBlob class.

Introduced

5.0

Template

XSI_UserDataBlob <property-name> { 
   <size>, 
   <data>
}

Members

Member name

Description

size

Size in bytes.

data

Comma-separated list of unsigned chars, converted to string representation.

Example

// The letter 'a' stored in a UserDataBlob
XSI_UserDataBlob MyUserDataBlob { 
   2, 
   97,0,
}


Autodesk Crosswalk v3.2