Construct a component attributes object.

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

Syntax

C#
public ComponentAttributes(
	int ACRCID
)
Visual Basic
Public Sub New ( 
	ACRCID As Integer
)
Visual C++
public:
ComponentAttributes(
	int ACRCID
)
F#
new : 
        ACRCID : int -> ComponentAttributes

Parameters

ACRCID
Type: System..::..Int32
CID of ACR

See Also