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


INewDimensionFeedback.AddPoint Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

INewDimensionFeedback.AddPoint Method

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

Product Availability

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

See Also

INewDimensionFeedback Interface