ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLinkGeometry.AddVertex Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeatureLinkGeometry Interface

.NET Snippets

Add A Vertex On A SchematicInMemoryFeatureLink