Call BasicCard FIND COMPONENT command.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual int CmdFindComponent(
ComponentType componentType,
BasicCardString pathname
) |
Visual Basic |
---|
Protected Overridable Function CmdFindComponent (
componentType As ComponentType,
pathname As BasicCardString
) As Integer |
Visual C++ |
---|
protected:
virtual int CmdFindComponent(
ComponentType componentType,
BasicCardString^ pathname
) |
F# |
---|
abstract CmdFindComponent :
componentType : ComponentType *
pathname : BasicCardString -> int
override CmdFindComponent :
componentType : ComponentType *
pathname : BasicCardString -> int |
Parameters
- componentType
- Type: BasicCard.BasicCards.Components..::..ComponentType
component type
- pathname
- Type: BasicCard.BasicCards..::..BasicCardString
path name of component
Return Value
Type:
Int32CID of component
See Also