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


ISchematicInMemoryFeatureLinkGeometry.VerticesCount Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLinkGeometry.VerticesCount Property

Number of vertices of the schematic in memory feature link geometry.

[Visual Basic .NET]
Public ReadOnly Property VerticesCount As Integer
[C#]
public int VerticesCount {get;}
[C++]
HRESULT get_VerticesCount(
  System.Int32* Count
);
[C++]

Parameters Count [out, retval]
Count is a parameter of type long*

Product Availability

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

See Also

ISchematicInMemoryFeatureLinkGeometry Interface