ISymbolFactory.CreateVirtualStruct Method

Creates the virtual structure.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

ISymbol CreateVirtualStruct(
    string instanceName,
    string instancePath,
    ISymbol? parent
)

Parameters

instanceName

Type: System.String
Name of the instance.

instancePath

Type: System.String
The instance path.

parent

Type: TwinCAT.TypeSystem.ISymbol
The parent.

Return Value

Type: ISymbol
Virtual struct instance

Reference

ISymbolFactory Interface

TwinCAT.TypeSystem Namespace