This document is archived and information here might be outdated.  Recommended version.


IPlacedObject2.ControlShapeEndPoint Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IPlacedObject2.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

IPlacedObject2 Interface