This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewLineFeedback Interface > INewLineFeedback.AddPoint Method (ArcObjects .NET 10.4 SDK) |
Creates a node at the given point.
[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