Windward Engine API Reference
TemplateVariable Constructor(TemplateVariable)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateVariable Class > TemplateVariable Constructor : TemplateVariable Constructor(TemplateVariable)




src
The source object to copy from.

Glossary Item Box

Copy constructor. Copies ActiveValue and ActiveSort but no other Active* members.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal src As TemplateVariable _
)
Visual Basic (Usage)Copy Code
Dim src As TemplateVariable
 
Dim instance As New TemplateVariable(src)
C# 
public TemplateVariable( 
   TemplateVariable src
)
Managed Extensions for C++ 
public: TemplateVariable( 
   TemplateVariable* src
)
C++/CLI 
public:
TemplateVariable( 
   TemplateVariable^ src
)

Parameters

src
The source object to copy from.

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.