SetPropertyLength
Purpose
The CMetaPropertyDesc SetPropertyLength function sets the size in bytes of the property if the property is defined as characters, or the number of digits if the property is defined as a numeric type.
Syntax
void SetPropertyLength (const long propLengthArg)
Argument |
In/Out |
Description |
propLengthArg |
In |
The size in bytes of the property if defined as characters. The number of digits if the property is defined as a numeric type. |