[]
        
(Showing Draft Content)

C1.C1Preview.C1Anchor.-ctor

C1Anchor Constructor

C1Anchor()

Initializes a new instance of the C1Anchor class.

Declaration
public C1Anchor()
Public Sub New()

C1Anchor(string)

Initializes a new instance of the C1Anchor class.

Declaration
public C1Anchor(string name)
Public Sub New(name As String)
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)
Public Sub New(name As String, description As String)
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)
Public Sub New(name As String, description As String, userData As Object)
Parameters
Type Name Description
string name

The anchor's name.

string description

The anchor's description.

object userData

Arbitrary user data.