JAMS Developer Guide
GetElementTypes Method


MVPSI.JAMS Namespace > Element Class : GetElementTypes Method
Returns a collection of TypeDefinitions
Syntax
'Declaration
 
Public Shared Function GetElementTypes( _
   ByVal elementOf As ElementOf, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of ElementType)
'Usage
 
Dim elementOf As ElementOf
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of ElementType)
 
value = Element.GetElementTypes(elementOf, js)
public static System.Collections.Generic.ICollection<ElementType> GetElementTypes( 
   ElementOf elementOf,
   Server js
)

Parameters

elementOf
js

Return Value

A collection of Element Types
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