Write componet attributes.

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

Syntax

C#
public void WriteAttr(
	int CID,
	byte[] attributes
)
Visual Basic
Public Sub WriteAttr ( 
	CID As Integer,
	attributes As Byte()
)
Visual C++
public:
void WriteAttr(
	int CID, 
	array<unsigned char>^ attributes
)
F#
member WriteAttr : 
        CID : int * 
        attributes : byte[] -> unit 

Parameters

CID
Type: System..::..Int32
CID of component
attributes
Type: array<System..::..Byte>[]()[][]
component attributes

See Also