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


IPlacedObject2.ControlShapeEndPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPlacedObject2 Interface > IPlacedObject2.ControlShapeEndPoint Property
ArcGIS Developer Help

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