This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLinkGeometry Interface > ISchematicInMemoryFeatureLinkGeometry.AddVertex Method (ArcObjects .NET 10.5 SDK) |
Adds a vertex with the specified position to the schematic in memory feature link geometry.
[Visual Basic .NET] Public Sub AddVertex ( _ ByVal Point As IPoint _ )
[C#] public void AddVertex ( IPoint Point );
[C++]
HRESULT AddVertex(
IPoint* Point
);
[C++]
Parameters Point [in]
Point is a parameter of type IPoint