DotNetAdapter.SetExcludeFromStructure
- Updated2025-07-21
- 1 minute(s) read
DotNetAdapter.SetExcludeFromStructure
Syntax
DotNetAdapter.SetExcludeFromStructure( typeDefinition, propertyLookupString, excludeFromStructure)
Purpose
Specifies whether the specified type definition property is excluded when converting instances of the type definition into structures to pass as .NET parameters.
Parameters
typeDefinition As PropertyObject
[In] Specifies the type definition. This method returns an error if the property object is not a type definition.
propertyLookupString As String
[In] Specifies the location of the property in the type definition.
excludeFromStructure As Boolean
[In] Pass True to exclude the corresponding property. Otherwise, set this parameter to False .