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




template
ignoreTags

Glossary Item Box

Syntax

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

Parameters

template
ignoreTags

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.