This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INewDimensionFeedback Interface > INewDimensionFeedback.AddPoint Method (ArcObjects .NET 10.4 SDK) |
Adds a point to the display feedback.
[Visual Basic .NET] Public Sub AddPoint ( _ ByVal point As IPoint _ )
[C#] public void AddPoint ( IPoint point );
[C++]
HRESULT AddPoint(
IPoint* point
);
[C++]
Parameters point [in]
point is a parameter of type IPoint