This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IAnchorPoint Interface > IAnchorPoint.Point Property (ArcObjects .NET 10.4 SDK) |
Location of anchor point.
[Visual Basic .NET] Public Property Point As IPoint
[C#] public IPoint Point {get; set;}
[C++]
HRESULT get_Point(
IPoint** Point
);
[C++]
HRESULT put_Point(
IPoint* Point
);
[C++]
Parameters Point [out, retval]
Point is a parameter of type IPoint Point [in]
Point is a parameter of type IPoint