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


IDimensionGraphic.GetDefaultTextPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.GetDefaultTextPoint Method
ArcGIS Developer Help

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(
void
);

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