[]
Initializes a new instance of the C1Anchor class.
public C1Anchor()
Public Sub New()
Initializes a new instance of the C1Anchor class.
public C1Anchor(string name)
Public Sub New(name As String)
| Type | Name | Description |
|---|---|---|
| string | name | The anchor's name. |
Initializes a new instance of the C1Anchor class.
public C1Anchor(string name, string description)
Public Sub New(name As String, description As String)
| Type | Name | Description |
|---|---|---|
| string | name | The anchor's name. |
| string | description | The anchor's description. |
Initializes a new instance of the C1Anchor class.
public C1Anchor(string name, string description, object userData)
Public Sub New(name As String, description As String, userData As Object)
| Type | Name | Description |
|---|---|---|
| string | name | The anchor's name. |
| string | description | The anchor's description. |
| object | userData | Arbitrary user data. |