ArcObjects Library Reference (Carto)  

IDimensionShape.DimensionLinePoint Property

The point which describes the height of the dimension line.

[Visual Basic .NET]
Public Property DimensionLinePoint As IPoint
[C#]
public IPoint DimensionLinePoint {get; set;}
[C++]
HRESULT get_DimensionLinePoint(
  IPoint** point
);
[C++]
HRESULT putref_DimensionLinePoint(
  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 DimensionLinePoint property determines the height of the dimension line above the baseline. To create a two point dimension, the DimensionLinePoint must be the same value as the BeginDimensionPoint.

See Also

IDimensionShape Interface