Create this component within card. Before calling this the attributes and component data should be set. Further the component must be constructed with component name not with CID. CID is assigned by BasicCard once created.

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

Syntax

C#
public void Create()
Visual Basic
Public Sub Create
Visual C++
public:
void Create()
F#
member Create : unit -> unit 

Exceptions

See Also