Miner.Responder.Model Assembly > Miner.Responder.Model.Switching.Composition Namespace > TaskSnippetLibrary Class : CreateSnippet Method |
'Declaration Public Function CreateSnippet( _ ByVal categoryName As String, _ ByVal snippetName As String, _ ByVal snippetDescription As String, _ ByVal lines As IEnumerable(Of OrderLine) _ ) As TaskSnippet
'Usage Dim instance As TaskSnippetLibrary Dim categoryName As String Dim snippetName As String Dim snippetDescription As String Dim lines As IEnumerable(Of OrderLine) Dim value As TaskSnippet value = instance.CreateSnippet(categoryName, snippetName, snippetDescription, lines)
public TaskSnippet CreateSnippet( string categoryName, string snippetName, string snippetDescription, IEnumerable<OrderLine> lines )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.