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


IText3DElement.AnchorPoint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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