CommonCAdapter.SetAllowStructPassing
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
CommonCAdapter.SetAllowStructPassing
Syntax
CommonCAdapter.SetAllowStructPassing( typeDefinition, allowStructPassing)
Purpose
Specifies whether a type definition allows the adapter to pass instances of the type as structures to the corresponding module.
Parameters
typeDefinition As PropertyObject
[In] Specifies the type definition. This method returns an error if the PropertyObject is not a type definition.
allowStructPassing As Boolean
[In] If this parameter is True , structure passing is enabled. Otherwise, structure passing is disabled.