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


INewDimensionFeedback.AddPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INewDimensionFeedback Interface > INewDimensionFeedback.AddPoint Method
ArcGIS Developer Help

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