'Declaration
<NotNullAttribute()> Protected Friend MustOverride Function CreateFolderMapping( _ ByVal parent As AbstractMapping, _ ByVal folderAttribute As DAFolderAttribute _ ) As DAFolderMapping
'Usage
Dim instance As DAMapper Dim parent As AbstractMapping Dim folderAttribute As DAFolderAttribute Dim value As DAFolderMapping value = instance.CreateFolderMapping(parent, folderAttribute)
[NotNull()] protected internal abstract DAFolderMapping CreateFolderMapping( AbstractMapping parent, DAFolderAttribute folderAttribute )
[NotNull()] protected internal: abstract DAFolderMapping^ CreateFolderMapping( AbstractMapping^ parent, DAFolderAttribute^ folderAttribute )
Parameters
- parent
- A parent mapping.
- folderAttribute
- Gives information about OPC Data Access folder.
Return Value
The folder mapping created.