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


IDimensionShape.TextPoint 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.TextPoint Property
ArcGIS Developer Help

IDimensionShape.TextPoint Property

The point for the text placement.

[Visual Basic .NET]
Public Property TextPoint As IPoint
[C#]
public IPoint TextPoint {get; set;}
[C++]
HRESULT get_TextPoint(
  IPoint** point
);
[C++]
HRESULT putref_TextPoint(
  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 DimensionShape supports a custom text location using the TextPoint property.  For the default location of the dimension text, the TextPoint�s IGeometry::IsEmpty property should be True.

See Also

IDimensionShape Interface