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


ISchematicInMemoryFeatureLinkGeometry.AddVertex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLinkGeometry Interface > ISchematicInMemoryFeatureLinkGeometry.AddVertex Method
ArcGIS Developer Help

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