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


IDimensionShape.DimensionLinePoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionShape Interface > IDimensionShape.DimensionLinePoint Property
ArcGIS Developer Help

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