ArcObjects Library Reference (Carto)  

IDimensionGraphic.GetDefaultTextPoint Method

The default location of the dimension text placement.

[Visual Basic .NET]
Public Function GetDefaultTextPoint ( _
) As IPoint
[C#]
public IPoint GetDefaultTextPoint (
);
[C++]
HRESULT GetDefaultTextPoint(
  IPoint** point
);
[C++]

Parameters

point [out, retval]

  point is a parameter of type IPoint

Product Availability

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

Remarks

If the current DimensionShape contains a non-empty TextPoint, the default location for the text is available through the GetDefaultTextPoint method.

See Also

IDimensionGraphic Interface