Responder Developer Guide
CreateSnippet Method


Syntax
'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)

Parameters

categoryName
snippetName
snippetDescription
lines
Requirements

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.

See Also

Reference

TaskSnippetLibrary Class
TaskSnippetLibrary Members

 

 


Send Comment