Windward Studios 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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software