[]
Initializes a new instance of the C1Anchor class.
public C1Anchor()
Initializes a new instance of the C1Anchor class.
public C1Anchor(string name)
Type | Name | Description |
---|---|---|
string | name | The anchor's name. |
Initializes a new instance of the C1Anchor class.
public C1Anchor(string name, string description)
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)
Type | Name | Description |
---|---|---|
string | name | The anchor's name. |
string | description | The anchor's description. |
object | userData | Arbitrary user data. |