In This Topic
Gets or sets the start point of line annotation.
Syntax
'Declaration
Public Property Start As C1Point
'Usage
Dim instance As Line
Dim value As C1Point
instance.Start = value
value = instance.Start
public C1Point Start {get; set;}
See Also