Initializes a new instance of the FlagAttributes class

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

Syntax

C#
public FlagAttributes(
	int ACRCID,
	FlagAttributeValue attribute
)
Visual Basic
Public Sub New ( 
	ACRCID As Integer,
	attribute As FlagAttributeValue
)
Visual C++
public:
FlagAttributes(
	int ACRCID, 
	FlagAttributeValue attribute
)
F#
new : 
        ACRCID : int * 
        attribute : FlagAttributeValue -> FlagAttributes

Parameters

ACRCID
Type: System..::..Int32
CID of ACR
attribute
Type: BasicCard.BasicCards.Components..::..FlagAttributeValue
attribute of flag

See Also