Get component type of component with specified CID.

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public static ComponentType ComponentTypeOf(
	int CID
)
Visual Basic
Public Shared Function ComponentTypeOf ( 
	CID As Integer
) As ComponentType
Visual C++
public:
static ComponentType ComponentTypeOf(
	int CID
)
F#
static member ComponentTypeOf : 
        CID : int -> ComponentType 

Parameters

CID
Type: System..::..Int32
CID of component

Return Value

Type: ComponentType
Component type.

See Also