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.AddVertexCollection Method (ArcObjects .NET 10.5 SDK) |
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