Windward Engine API Reference
TemplateType Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateMetrics Class : TemplateType Property




Glossary Item Box

The format of the template.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TemplateType As Report.TEMPLATE_TYPE
Visual Basic (Usage)Copy Code
Dim instance As TemplateMetrics
Dim value As Report.TEMPLATE_TYPE
 
value = instance.TemplateType
C# 
public Report.TEMPLATE_TYPE TemplateType {get;}
Managed Extensions for C++ 
public: __property Report.TEMPLATE_TYPE get_TemplateType();
C++/CLI 
public:
property Report.TEMPLATE_TYPE TemplateType {
   Report.TEMPLATE_TYPE get();
}

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.