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


ISchematicInMemoryFeatureLinkGeometry.SetVertexCollection 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.SetVertexCollection Method
ArcGIS Developer Help

ISchematicInMemoryFeatureLinkGeometry.SetVertexCollection Method

Changes the vertices to the schematic in memory feature link geometry.

[Visual Basic .NET]
Public Sub SetVertexCollection ( _
    ByVal Points As IPointCollection _
)
[C#]
public void SetVertexCollection (
    IPointCollection Points
);
[C++]
HRESULT SetVertexCollection(
  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