This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionShape Interface > IDimensionShape.DimensionLinePoint Property (ArcObjects .NET 10.4 SDK) |
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
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.