ArcObjects Library Reference (Carto)  

IDimensionShape.EndDimensionPoint Property

The end dimension point.

[Visual Basic .NET]
Public Property EndDimensionPoint As IPoint
[C#]
public IPoint EndDimensionPoint {get; set;}
[C++]
HRESULT get_EndDimensionPoint(
  IPoint** point
);
[C++]
HRESULT putref_EndDimensionPoint(
  IPoint* point
);
[C++]

Parameters

point [out, retval]

  point is a parameter of type IPoint

point [in]

  point is a parameter of type IPoint

Product Availability

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

Remarks

The BeginDimensionPoint and EndDimensionPoint properties define the Dimension’s measurement points.

See Also

IDimensionShape Interface