This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.GetDefaultTextPoint Method (ArcObjects .NET 10.4 SDK) |
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
If the current DimensionShape contains a non-empty TextPoint, the default location for the text is available through the GetDefaultTextPoint method.