Visual Basic (Declaration)
Public Property ToEndPoint As PointD
Dim instance As BinaryLinkShapeBase
Dim value As PointD
value = instance.ToEndPoint
instance.ToEndPoint = value
public PointD ToEndPoint { get; set; }
public:
property PointD ToEndPoint {
PointD get ();
void set (PointD value);
}
public function get ToEndPoint () : PointD
public function set ToEndPoint (value : PointD)