[]
        
(Showing Draft Content)

C1.C1Preview.C1Anchor.-ctor

C1Anchor Constructor

C1Anchor()

Initializes a new instance of the C1Anchor class.

Declaration
public C1Anchor()

C1Anchor(string)

Initializes a new instance of the C1Anchor class.

Declaration
public C1Anchor(string name)
Parameters
Type Name Description
string name

The anchor's name.

C1Anchor(string, string)

Initializes a new instance of the C1Anchor class.

Declaration
public C1Anchor(string name, string description)
Parameters
Type Name Description
string name

The anchor's name.

string description

The anchor's description.

C1Anchor(string, string, object)

Initializes a new instance of the C1Anchor class.

Declaration
public C1Anchor(string name, string description, object userData)
Parameters
Type Name Description
string name

The anchor's name.

string description

The anchor's description.

object userData

Arbitrary user data.