Gets or sets the value for the second point of this
AnnProtractorObject.
public virtual AnnPoint SecondPoint {get; set;}
'Declaration
Public Overridable Property SecondPoint As AnnPoint
'Usage
Dim instance As AnnProtractorObject
Dim value As AnnPoint
instance.SecondPoint = value
value = instance.SecondPoint
Property Value
An
AnnPoint structure that specifies the second point of this
AnnProtractorObject.