This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.AnchorPoint Property (ArcObjects .NET 10.5 SDK) |
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