ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLinkGeometry.AddVertexCollection Method

Adds vertices to the schematic in memory feature link geometry.

[Visual Basic .NET]
Public Sub AddVertexCollection ( _
    ByVal Points As IPointCollection _
)
[C#]
public void AddVertexCollection (
    IPointCollection Points
);
[C++]
HRESULT AddVertexCollection(
  IPointCollection* Points
);
[C++]

Parameters

Points [in]

  Points is a parameter of type IPointCollection

Product Availability

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

See Also

ISchematicInMemoryFeatureLinkGeometry Interface