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


IText3DElement.AnchorPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.AnchorPoint Property
ArcGIS Developer Help

IText3DElement.AnchorPoint Property

The height of text in world units.

[Visual Basic .NET]
Public Property AnchorPoint As IPoint
[C#]
public IPoint AnchorPoint {get; set;}
[C++]
HRESULT get_AnchorPoint(
  IPoint** ppAnchorPt
);
[C++]
HRESULT put_AnchorPoint(
  IPoint* ppAnchorPt
);
[C++]
Parameters
ppAnchorPt [out, retval]

ppAnchorPt is a parameter of type IPoint** ppAnchorPt [in]
ppAnchorPt is a parameter of type IPoint*

Product Availability

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

See Also

IText3DElement Interface