Windward Studios API Reference
GetMetrics(Stream,Boolean,String) Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class > GetMetrics Method : GetMetrics(Stream,Boolean,String) Method




template
The template to scan.
ignoreTags
true to not look at tags for needed ${vars}.
license
Optionally pass in a license to use for this call.

Glossary Item Box

Get the metrics embedded in the passed in template.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetMetrics( _
   ByVal template As Stream, _
   ByVal ignoreTags As Boolean, _
   Optional ByVal license As String _
) As TemplateMetrics
Visual Basic (Usage)Copy Code
Dim template As Stream
Dim ignoreTags As Boolean
Dim license As String
Dim value As TemplateMetrics
 
value = Report.GetMetrics(template, ignoreTags, license)
C# 
public static TemplateMetrics GetMetrics( 
   Stream template,
   bool ignoreTags,
   string license
)
Managed Extensions for C++ 
public: static TemplateMetrics* GetMetrics( 
   Stream* template,
   bool ignoreTags,
   string* license
) 
C++/CLI 
public:
static TemplateMetrics^ GetMetrics( 
   Stream^ template,
   bool ignoreTags,
   String^ license
) 

Parameters

template
The template to scan.
ignoreTags
true to not look at tags for needed ${vars}.
license
Optionally pass in a license to use for this call.

Return Value

The metrics in the passed in template.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software