Find component CID from component name and type.

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

Syntax

C#
public int FindComponent(
	ComponentType componenttype,
	BasicCardString componentname
)
Visual Basic
Public Function FindComponent ( 
	componenttype As ComponentType,
	componentname As BasicCardString
) As Integer
Visual C++
public:
int FindComponent(
	ComponentType componenttype, 
	BasicCardString^ componentname
)
F#
member FindComponent : 
        componenttype : ComponentType * 
        componentname : BasicCardString -> int 

Parameters

componenttype
Type: BasicCard.BasicCards.Components..::..ComponentType
component type
componentname
Type: BasicCard.BasicCards..::..BasicCardString
component name (including path)

Return Value

Type: Int32
CID

See Also