Gets or sets the
AnnPoint structure that specifies the ending point for this
AnnLineObject.
public virtual AnnPoint EndPoint {get; set;}
'Declaration
Public Overridable Property EndPoint As AnnPoint
'Usage
Dim instance As AnnLineObject
Dim value As AnnPoint
instance.EndPoint = value
value = instance.EndPoint
Property Value
The
AnnPoint structure that specifies the ending point for this
AnnLineObject.