ArcObjects Library Reference (Carto)  

IPlacedObject3.ControlShapeEndPoint Property

The end point of the control shape.

[Visual Basic .NET]
Public ReadOnly Property ControlShapeEndPoint As WKSPoint
[C#]
public WKSPoint ControlShapeEndPoint {get;}
[C++]
HRESULT get_ControlShapeEndPoint(
  _WKSPoint* point
);
[C++]

Parameters

point [out, retval]

  point is a parameter of type _WKSPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPlacedObject3 Interface