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(
  long* 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