CommonCAdapter.SetStructMemberStringBufferSize
- Updated2025-07-21
- 1 minute(s) read
CommonCAdapter.SetStructMemberStringBufferSize
Syntax
CommonCAdapter.SetStructMemberStringBufferSize( typeDefinition, propertyLookupString, structMemberStringBufferSize)
Purpose
Specifies the string buffer size corresponding to the property that the corresponding location specifies.
Parameters
typeDefinition As PropertyObject
[In] Specifies the type definition. This method returns an error if the PropertyObject is not a type definition.
propertyLookupString As String
[In] Specifies the location of the property in the type definition.
structMemberStringBufferSize As Long
[In] Specifies the string buffer size for the corresponding property.