Get component name.

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

Syntax

C#
public BasicCardString ComponentName(
	int CID
)
Visual Basic
Public Function ComponentName ( 
	CID As Integer
) As BasicCardString
Visual C++
public:
BasicCardString^ ComponentName(
	int CID
)
F#
member ComponentName : 
        CID : int -> BasicCardString 

Parameters

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

Return Value

Type: BasicCardString
component name

See Also