JAMS Developer Guide
Create(String) Method


MVPSI.JAMS Namespace > Element Class > Create Method : Create(String) Method
Creates a New Element from a specified Element Type
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal elementType As System.String _
) As Element
'Usage
 
Dim elementType As System.String
Dim value As Element
 
value = Element.Create(elementType)
public static Element Create( 
   System.string elementType
)

Parameters

elementType
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Element Class
Element Members
Overload List