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