NEW in 3ds Max 2014: The DataViewItem Interface is exposed by all Particle Data View sub-operators.
<bool>hasComments()
Returns true if the sub-operator contains comments.
<string>getComments()
Returns the comment as string.
<void>setComments <string>comments
Sets the sub-operator's comment to the provided string argument.
<string>getName()
Returns the name of the sub-operator as string.
<void>setName <string>name
Sets the name of the sub-operator to the provided string argument.